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
f7b8f079
Commit
f7b8f079
authored
Nov 11, 2024
by
zhengyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充脚本
parent
ea323250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
20241111.sql
sql/v2.1/20241111.sql
+5
-0
No files found.
sql/v2.1/20241111.sql
0 → 100644
View file @
f7b8f079
-- 补充字典脚本
INSERT
INTO
system_dict_data
(
`sort`
,
`label`
,
`value`
,
`dict_type`
,
`status`
,
`color_type`
,
`css_class`
,
`remark`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`label_en`
)
VALUES
(
0
,
'取消审核'
,
'4'
,
'audit_status'
,
0
,
'default'
,
''
,
NULL
,
'2702'
,
'2024-11-06 22:19:48'
,
'2702'
,
'2024-11-06 22:19:48'
,
b
'0'
,
'Cancel audit'
);
-- 补充菜单脚本
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
(
'修改状态'
,
'ecw:customer:followup:batch-update-status'
,
3
,
1
,
2378
,
''
,
''
,
''
,
0
,
'2379'
,
'2024-11-10 00:08:01'
,
'2702'
,
'2024-11-10 00:52:36'
,
b
'0'
,
b
'1'
,
'Update Status'
,
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