Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_course_order
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
tamp_course_order
Commits
3d65fb79
Commit
3d65fb79
authored
Nov 26, 2020
by
pengxiong@wealthgrow.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
支付方式一致性
parent
09baedaa
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
62 additions
and
1 deletion
+62
-1
curriculum_order.py
app/model/curriculum_order.py
+1
-1
tamp_course_order.log
logs/tamp_course_order.log
+61
-0
No files found.
app/model/curriculum_order.py
View file @
3d65fb79
...
...
@@ -42,7 +42,7 @@ class OrderFlow(Base, BaseModel):
ab_score_deduct
=
Column
(
BIGINT
,
comment
=
'积分抵扣'
)
ab_account_deduct
=
Column
(
BIGINT
,
comment
=
'账户余额抵扣'
)
ab_payment
=
Column
(
BIGINT
,
comment
=
'支付通道付款金额'
)
ab_pay_mode
=
Column
(
String
(
3
),
comment
=
'支付方式 1:
H5微信支付 2:优惠购买 3:线下会员
,4:探普贝,5:app微信支付,6:支付宝支付,7:苹果支付'
)
ab_pay_mode
=
Column
(
String
(
3
),
comment
=
'支付方式 1:
免费,2:积分,3现金
,4:探普贝,5:app微信支付,6:支付宝支付,7:苹果支付'
)
ab_total_money
=
Column
(
BIGINT
,
comment
=
'订单总额'
)
ab_type
=
Column
(
String
(
3
),
comment
=
'产品类型'
)
ab_proid
=
Column
(
String
(
64
),
comment
=
'产品ID'
)
...
...
logs/tamp_course_order.log
View file @
3d65fb79
This diff is collapsed.
Click to expand it.
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