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
14fd972c
Commit
14fd972c
authored
Dec 30, 2024
by
Smile
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:会员等级详情修改会员等级有效期为日期,取消去除失效日期积分逻辑
parent
0c505b75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
20241230.sql
sql/v2.3/20241230.sql
+8
-0
No files found.
sql/v2.3/20241230.sql
0 → 100644
View file @
14fd972c
INSERT
INTO
jiedao
.
system_dict_type
(
name
,
`type`
,
status
,
remark
,
creator
,
create_time
,
updater
,
update_time
,
deleted
)
VALUES
(
'开启状态'
,
'enable_status'
,
0
,
NULL
,
'1'
,
'2024-12-12 14:24:01'
,
'1'
,
'2024-12-12 14:24:01'
,
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'
,
'enable_status'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-12 14:24:47'
,
'1'
,
'2024-12-12 14:24:47'
,
0
,
'Unreleased'
,
'Unreleased'
);
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'
,
'enable_status'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-12 14:25:15'
,
'1'
,
'2024-12-12 14:25:22'
,
0
,
'Enabled'
,
'Enabled'
);
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'
,
'enable_status'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-12 14:25:44'
,
'1'
,
'2024-12-12 14:25:44'
,
0
,
'Disabled'
,
'Disabled'
);
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
(
3
,
'已过期'
,
'3'
,
'enable_status'
,
0
,
'default'
,
''
,
NULL
,
'1'
,
'2024-12-12 14:26:01'
,
'1'
,
'2024-12-12 14:26:01'
,
0
,
'Expired'
,
'Expired'
);
ALTER
TABLE
member_user_level_details
MODIFY
COLUMN
validity_period
DATE
NULL
COMMENT
'等级有效期'
;
\ 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