记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董敬伟
liquidnet-bus-v1
Commits
6cb6c0bf
Commit
6cb6c0bf
authored
Mar 06, 2022
by
胡佳晨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 bug 修改快递单号
parent
a4865ba1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
db_ln_goblin_initialdata.sql
...net-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
+19
-7
No files found.
liquidnet-bus-service/liquidnet-service-goblin/liquidnet-service-goblin-impl/docu/db_ln_goblin_initialdata.sql
View file @
6cb6c0bf
...
...
@@ -802,6 +802,25 @@ create table goblin_back_order
mail_no
varchar
(
64
)
default
''
comment
'物流单号'
,
audit_at
datetime
default
null
comment
'审核时间'
,
back_price_express
decimal
(
8
,
2
)
default
0
comment
'快递退款金额'
,
refund_at
datetime
default
null
comment
'退款时间'
,
refuse_at
datetime
default
null
comment
'拒绝时间'
,
refuse_size
int
default
0
comment
'拒绝次数'
,
refuse_reason
varchar
(
255
)
default
''
comment
'退款原因'
,
error_reason
varchar
(
255
)
default
''
comment
'退款失败原因'
,
private
String
errorReason
;
private
LocalDateTime
auditAt
;
private
LocalDateTime
expireAt
;
private
LocalDateTime
refundAt
;
private
LocalDateTime
refuseAt
;
private
int
refusedSize
;
created_at
datetime
,
updated_at
datetime
,
comment
text
,
...
...
@@ -829,13 +848,6 @@ create table goblin_back_order_log
message
varchar
(
2048
)
default
''
comment
'留言'
,
status
int
default
0
comment
'退款申请[1-退款申请(用户发送退款请求)|2-退款成功(商家同意退款)|3-退款拒绝(商家拒绝退款)|4-退货申请(用户发起退货请求)|5-退货拒绝(商家拒绝退货)|6-退货审核通过等待用户填写物流(商家审核通过,等待用户寄回商品)|7-待收货(用户已确认)|8-退货完成(商家收货并且同意退款给用户)|9-退货失败(商家不同意退款)'
,
operation_name
varchar
(
255
)
default
''
comment
'操作人姓名'
,
back_price_express
decimal
(
8
,
2
)
default
0
comment
'退款快递费'
,
refund_at
datetime
default
null
comment
'退款时间'
,
refuse_at
datetime
default
null
comment
'拒绝时间'
,
refuse_size
int
default
0
comment
'拒绝次数'
,
audit_at
datetime
default
null
comment
'审核时间'
,
refuse_reason
varchar
(
255
)
default
''
comment
'退款原因'
,
error_reason
varchar
(
255
)
default
''
comment
'退款失败原因'
,
created_at
datetime
,
updated_at
datetime
,
comment
text
,
...
...
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