去除无用代码,修复插入语句id缺失

This commit is contained in:
Sakura-RanChen
2026-02-02 16:07:09 +08:00
parent ba1cf14ed4
commit 3ab5dc49ac
5 changed files with 3 additions and 8 deletions
@@ -1 +0,0 @@
INSERT INTO `sys_params` (param_code, param_value, value_type, param_type, remark) VALUES ('system_error_response', '主人,小智现在有点忙,我们稍后再试吧。', 'string', 1, '系统错误时的回复');
@@ -0,0 +1 @@
INSERT INTO `sys_params` (id, param_code, param_value, value_type, param_type, remark) VALUES (502, 'system_error_response', '主人,小智现在有点忙,我们稍后再试吧。', 'string', 1, '系统错误时的回复');
@@ -509,9 +509,9 @@ databaseChangeLog:
encoding: utf8
path: classpath:db/changelog/202601261730.sql
- changeSet:
id: 202601291552
id: 202602021555
author: shengzhou1216
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202601291552.sql
path: classpath:db/changelog/202602021555.sql