feat(web): 修改配置备注为配置键

This commit is contained in:
曾文豪
2025-04-05 14:55:00 +08:00
parent 9b285db5bd
commit 9e7ed69d37

View File

@@ -51,7 +51,7 @@ public class CoreConfigService extends TsServiceBase<CoreConfigSystemMapper, Cor
oneByColumn.setId(configKey);
oneByColumn.setConfigKey(configKey);
oneByColumn.setConfigVal(defaultValue);
oneByColumn.setRemark(defaultValue);
oneByColumn.setRemark(configKey);
oneByColumn.setConfigType(0);
save(oneByColumn);
}