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
6f3e1ae4
Commit
6f3e1ae4
authored
Nov 20, 2024
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:空运渠道设置免收泡重需求sql脚本
parent
194437da
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
20241120lh.sql
sql/v2.3/20241120lh.sql
+14
-0
No files found.
sql/v2.3/20241120lh.sql
0 → 100644
View file @
6f3e1ae4
alter
table
ecw_channel
add
COLUMN
`bubble_exempt_weight`
decimal
(
15
,
2
)
DEFAULT
NULL
COMMENT
'免泡重量'
;
INSERT
INTO
jiedao
.
system_menu
(
id
,
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
(
2391
,
'重泡货操作权限'
,
''
,
1
,
1
,
1559
,
'order pao buttons'
,
'#'
,
NULL
,
0
,
'1'
,
'2024-11-20 17:16:53'
,
'1'
,
'2024-11-20 17:16:53'
,
0
,
0
,
'Order PAO Buttons'
,
0
,
NULL
,
NULL
);
INSERT
INTO
jiedao
.
system_menu
(
id
,
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
(
2392
,
'设为半泡'
,
'ecw:weight_deal:half_throw'
,
3
,
1
,
2391
,
''
,
''
,
''
,
0
,
'1'
,
'2024-11-20 17:22:48'
,
'1'
,
'2024-11-20 17:34:50'
,
0
,
1
,
'semi Bubble'
,
0
,
NULL
,
NULL
);
INSERT
INTO
jiedao
.
system_menu
(
id
,
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
(
2393
,
'设为全泡'
,
'ecw:weight_deal:process'
,
3
,
1
,
2391
,
''
,
''
,
''
,
0
,
'1'
,
'2024-11-20 17:25:46'
,
'1'
,
'2024-11-20 17:35:04'
,
0
,
1
,
'full Bubble'
,
0
,
NULL
,
NULL
);
INSERT
INTO
jiedao
.
system_menu
(
id
,
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
(
2394
,
'设为普货'
,
'ecw:weight_deal:general_cargo'
,
3
,
1
,
2391
,
''
,
''
,
''
,
0
,
'1'
,
'2024-11-20 17:28:52'
,
'1'
,
'2024-11-20 17:35:26'
,
0
,
1
,
'normal Cargo'
,
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