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
6e3df0de
Commit
6e3df0de
authored
Oct 29, 2024
by
332784038@qq.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充字典脚本
parent
e520dbfb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
20241029.sql
sql/v2.1/20241029.sql
+6
-0
No files found.
sql/v2.1/20241029.sql
0 → 100644
View file @
6e3df0de
-- 补充字典脚本
INSERT
INTO
`jiedao`
.
`system_dict_type`
(
`name`
,
`type`
,
`status`
,
`remark`
,
`creator`
,
`create_time`
,
`updater`
,
`update_time`
,
`deleted`
)
VALUES
(
'商品列表中文标题匹配字段'
,
'prod_query_title_zh_field'
,
0
,
NULL
,
'2702'
,
'2024-10-29 13:43:47'
,
'2702'
,
'2024-10-29 13:43:47'
,
b
'0'
);
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
(
0
,
'包含'
,
'titleZhKey'
,
'prod_query_title_zh_field'
,
0
,
'default'
,
''
,
NULL
,
'2702'
,
'2024-10-29 13:44:28'
,
'2702'
,
'2024-10-29 13:44:28'
,
b
'0'
,
'include'
);
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
(
1
,
'等于'
,
'eqTitleZhKey'
,
'prod_query_title_zh_field'
,
0
,
'default'
,
''
,
NULL
,
'2702'
,
'2024-10-29 13:45:12'
,
'2702'
,
'2024-10-29 13:45:12'
,
b
'0'
,
'equal'
);
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
,
'不等于'
,
'notEqTitleZhKey'
,
'prod_query_title_zh_field'
,
0
,
'default'
,
''
,
NULL
,
'2702'
,
'2024-10-29 13:45:39'
,
'2702'
,
'2024-10-29 13:45:58'
,
b
'0'
,
'not equal'
);
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
(
4
,
'不包含'
,
'notTitleZhKey'
,
'prod_query_title_zh_field'
,
0
,
'default'
,
''
,
NULL
,
'2702'
,
'2024-10-29 13:46:58'
,
'2702'
,
'2024-10-29 13:46:58'
,
b
'0'
,
'not contain'
);
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