Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
d54e3750
Commit
d54e3750
authored
Dec 03, 2019
by
宋毅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tj
parent
4ff1a5e8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
igirl-channel/app/base/db/models/dbapp/appproduct.js
+2
-1
igirl-channel/app/base/db/models/dbcorder/orderinfo.js
+1
-3
No files found.
igirl-channel/app/base/db/models/dbapp/appproduct.js
View file @
d54e3750
...
@@ -20,7 +20,8 @@ module.exports = (db, DataTypes) => {
...
@@ -20,7 +20,8 @@ module.exports = (db, DataTypes) => {
channelProfitRate
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 渠道利润分成比率(只分订单中毛利润总额的分成)
channelProfitRate
:
DataTypes
.
DECIMAL
(
12
,
2
),
// 渠道利润分成比率(只分订单中毛利润总额的分成)
sort
:
DataTypes
.
INTEGER
,
// 排序
sort
:
DataTypes
.
INTEGER
,
// 排序
productType_id
:
DataTypes
.
INTEGER
,
// 产品类型Id
productType_id
:
DataTypes
.
INTEGER
,
// 产品类型Id
productOneType_id
:
DataTypes
.
INTEGER
,
// 产品大类Id
productOneType_id
:
DataTypes
.
INTEGER
,
// 产品大类Id
deliveryUrl
:
DataTypes
.
STRING
(
500
),
// 交付地址
},
{
},
{
paranoid
:
false
,
//假的删除
paranoid
:
false
,
//假的删除
underscored
:
true
,
underscored
:
true
,
...
...
igirl-channel/app/base/db/models/dbcorder/orderinfo.js
View file @
d54e3750
...
@@ -12,9 +12,7 @@ module.exports = (db, DataTypes) => {
...
@@ -12,9 +12,7 @@ module.exports = (db, DataTypes) => {
needNo
:
DataTypes
.
STRING
(
64
),
// 需求单号
needNo
:
DataTypes
.
STRING
(
64
),
// 需求单号
payTime
:
DataTypes
.
DATE
,
// 渠道有支付时间则用渠道的支付时间
payTime
:
DataTypes
.
DATE
,
// 渠道有支付时间则用渠道的支付时间
salesNum
:
DataTypes
.
INTEGER
,
// 项目订单数量(即服务项目的倍数,默认值为1)
salesNum
:
DataTypes
.
INTEGER
,
// 项目订单数量(即服务项目的倍数,默认值为1)
salesDiliverNum
:
DataTypes
.
INTEGER
,
// 项目订单交付数量(即与项目订单数量相对应)
salesDiliverNum
:
DataTypes
.
INTEGER
,
// 项目订单交付数量(即与项目订单数量相对应)
minitermNum
:
DataTypes
.
INTEGER
,
// 订单小项数量
minitermDiliverNum
:
DataTypes
.
INTEGER
,
// 订单小项交付数量
orderPayStatusName
:
DataTypes
.
STRING
(
50
),
//
orderPayStatusName
:
DataTypes
.
STRING
(
50
),
//
orderPayStatus
:{
orderPayStatus
:{
type
:
DataTypes
.
ENUM
,
type
:
DataTypes
.
ENUM
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment