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
226ea0d2
Commit
226ea0d2
authored
Dec 06, 2024
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单V值获取积分,首单修改成多选,添加全部选项
parent
be0951cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
20241206lh.sql
sql/v2.3/20241206lh.sql
+5
-0
No files found.
sql/v2.3/20241206lh.sql
0 → 100644
View file @
226ea0d2
-- 订单V值获取积分,首单修改成多选,添加全部选项
INSERT
INTO
jiedao
.
system_dict_type
(
name
,
`type`
,
status
,
remark
,
creator
,
create_time
,
updater
,
update_time
,
deleted
)
VALUES
(
'是否选择'
,
'yes_or_no_or_all'
,
0
,
NULL
,
'1'
,
'2024-12-06 10:39:28'
,
'1'
,
'2024-12-06 10:39:28'
,
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
,
label_fr
)
VALUES
(
0
,
'是'
,
'0'
,
'yes_or_no_or_all'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-06 10:51:10'
,
'1'
,
'2024-12-06 10:51:10'
,
0
,
'YES'
,
'YES'
);
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
(
1
,
'否'
,
'1'
,
'yes_or_no_or_all'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-06 10:51:42'
,
'1'
,
'2024-12-06 10:51:42'
,
0
,
'NO'
,
'NO'
);
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
(
2
,
'全选'
,
'2'
,
'yes_or_no_or_all'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-06 10:53:29'
,
'1'
,
'2024-12-06 10:53:29'
,
0
,
'ALL'
,
'ALL'
);
\ No newline at end of file
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