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
5abd078a
Commit
5abd078a
authored
Dec 27, 2024
by
wux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复sql注释格式
parent
68e7cf2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
20241120hhy.sql
sql/v2.3/20241120hhy.sql
+2
-2
No files found.
sql/v2.3/20241120hhy.sql
View file @
5abd078a
...
...
@@ -135,8 +135,8 @@ INSERT INTO `jiedao`.`system_dict_data`(`sort`, `label`, `value`, `dict_type`, `
INSERT
INTO
`jiedao`
.
`system_dict_data`
(
`sort`
,
`label`
,
`value`
,
`dict_type`
,
`status`
,
`color_type`
,
`css_class`
,
`remark`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`label_en`
)
VALUES
(
2
,
'法文'
,
'fr'
,
'system_sms_template_language'
,
0
,
'default'
,
''
,
NULL
,
'2741'
,
'2024-11-22 15:30:46'
,
'2741'
,
'2024-11-22 15:31:01'
,
b
'0'
,
'fr'
);
--客户操作日志类型
--
客户操作日志类型
INSERT
INTO
`jiedao`
.
`system_dict_data`
(
`sort`
,
`label`
,
`value`
,
`dict_type`
,
`status`
,
`color_type`
,
`css_class`
,
`remark`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
,
`label_en`
,
`label_fr`
)
VALUES
(
34
,
'验证码发送'
,
'34'
,
'customer_operate_type'
,
0
,
'default'
,
''
,
NULL
,
'2741'
,
'2024-12-13 14:05:59'
,
'2741'
,
'2024-12-13 14:05:59'
,
b
'0'
,
'Verification code'
,
'CAPTCHA'
);
--控货详情列表
--
控货详情列表
INSERT
INTO
`jiedao`
.
`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
,
7
,
1559
,
'cargo_control/detail_list'
,
'component'
,
'ecw/order/cargoControlDetailList'
,
0
,
'2741'
,
'2024-12-16 14:01:21'
,
'2741'
,
'2024-12-20 09:35:58'
,
b
'0'
,
b
'1'
,
'Control Details'
,
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