mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
系统配置新增/保存修改
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ public class CustomPlateNoServiceHandler extends AbstractSystemConfigServiceHand
|
||||
public void modifySystemConfig(ConfigSaveReqVO reqVO) {
|
||||
|
||||
// 记录当前版本配置状态
|
||||
int status = getSystemConfig(reqVO.getId()).getStatus();
|
||||
int status = ObjectUtil.isNotNull(reqVO.getId()) ? getSystemConfig(reqVO.getId()).getStatus() : CommonStatusEnum.ENABLE.getStatus();
|
||||
// 校验规则
|
||||
checkValid(reqVO.getSetting());
|
||||
// 系统配置保存前操作
|
||||
|
||||
Reference in New Issue
Block a user