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
0662e990
Commit
0662e990
authored
Oct 28, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql脚本补充
parent
74452a3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
20241027.sql
sql/v2.1/20241027.sql
+4
-1
No files found.
sql/v2.1/20241027.sql
View file @
0662e990
...
...
@@ -6,4 +6,7 @@ alter table ecw_order
alter
table
ecw_order
add
COLUMN
`check_quantity`
int
DEFAULT
'0'
COMMENT
'到仓数量'
;
alter
table
ecw_order
add
COLUMN
`check_weight`
decimal
(
10
,
2
)
DEFAULT
'0.00'
COMMENT
'到仓重量'
;
\ No newline at end of file
add
COLUMN
`check_weight`
decimal
(
10
,
2
)
DEFAULT
'0.00'
COMMENT
'到仓重量'
;
-- 跟进记录菜单
INSERT
INTO
`system_menu`
(
`name`
,
`permission`
,
`menu_type`
,
`sort`
,
`parent_id`
,
`path`
,
`icon`
,
`component`
,
`status`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`is_show_in_menu_bar`
,
`name_en`
,
`keepalive`
,
`redirect`
,
`badge_field`
)
VALUES
(
'跟进记录'
,
''
,
2
,
1
,
1417
,
'offer/logList'
,
'log'
,
'ecw/offer/logList'
,
0
,
'2702'
,
'2024-10-27 12:02:57'
,
'2702'
,
'2024-10-27 12:04:30'
,
b
'0'
,
b
'1'
,
'followLog'
,
b
'0'
,
NULL
,
NULL
);
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