完成充值数据库升级脚本及完成脚本构建。

This commit is contained in:
jianweie code
2023-03-27 23:38:17 +08:00
parent c8f19ce0aa
commit fb2dd9b5ee
8 changed files with 7 additions and 5 deletions

Binary file not shown.

View File

@@ -1,4 +0,0 @@
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (1, '冲100送10', 100, 10, 0, 3, true, '冲100送10');
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (2, '冲10元送5元', 1, 5, 7, 4, true, '冲10元送5元');
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (3, '冲500送50', 500, 50, 0, 2, true, '冲500送50');
INSERT INTO CoreCmsTopUpType (id, title, defaultMoney, giftMoney, giftPoint, sortId, isEnable, description) VALUES (4, '冲1000送120', 1000, 120, 0, 1, true, '冲1000送120');

View File

@@ -1,4 +1,7 @@
20230226
2023-03-27
【新增】表【CoreCmsTopUpType】充值规则类型表
2023-02-26
修复完整数据内因时间格式为0000-00-00 00:00:00 导致mysql8.0导入数据失败的问题。
2022-01-10