Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-api-boot-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-api-boot-master
Commits
86acfc06
Commit
86acfc06
authored
Sep 09, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单无收货人时,无法保存收货地址的数据bug修复
parent
779aca78
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
20240909.sql
sql/v2.1/20240909.sql
+0
-2
No files found.
sql/v2.1/20240909.sql
View file @
86acfc06
...
...
@@ -4,8 +4,6 @@ alter table `ecw_order`
alter
table
`ecw_order`
add
column
`consignee_address`
varchar
(
255
)
DEFAULT
''
COMMENT
'收货地址'
;
@
ApiModelProperty
(
value
=
"收货地址"
)
private
String
consigneeAddress
;
-- 放货箱数与放货率
alter
table
`ecw_order`
add
column
`release_ratio`
decimal
(
5
,
2
)
DEFAULT
'0.00'
COMMENT
'放货率'
;
...
...
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