feat(web): 修改配置备注为配置键
This commit is contained in:
@@ -51,7 +51,7 @@ public class CoreConfigService extends TsServiceBase<CoreConfigSystemMapper, Cor
|
|||||||
oneByColumn.setId(configKey);
|
oneByColumn.setId(configKey);
|
||||||
oneByColumn.setConfigKey(configKey);
|
oneByColumn.setConfigKey(configKey);
|
||||||
oneByColumn.setConfigVal(defaultValue);
|
oneByColumn.setConfigVal(defaultValue);
|
||||||
oneByColumn.setRemark(defaultValue);
|
oneByColumn.setRemark(configKey);
|
||||||
oneByColumn.setConfigType(0);
|
oneByColumn.setConfigType(0);
|
||||||
save(oneByColumn);
|
save(oneByColumn);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user