feat: 添加系统错误时的默认回复配置SQL

在 sys_params 表中插入新记录,用于配置系统发生错误时返回给用户的默认回复消息。该配置允许管理员自定义错误提示文本,提升用户体验。
This commit is contained in:
huozaimengli
2026-01-29 15:58:00 +08:00
parent 0ddd9ba8ff
commit f5b9995f89
2 changed files with 8 additions and 0 deletions
@@ -0,0 +1 @@
INSERT INTO `sys_params` (param_code, param_value, value_type, param_type, remark) VALUES ('system_error_response', '主人,小智现在有点忙,我们稍后再试吧。', 'string', 1, '系统错误时的回复');
@@ -487,3 +487,10 @@ databaseChangeLog:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202601051433.sql
- changeSet:
id: 202601291552
author: shengzhou1216
changes:
- sqlFile:
encoding: utf8
path: classpath:db/changelog/202601291552.sql