mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
新增排单-是否混单判断更改,未排单-板材查询参数更改,优化生产,保存优化结果异常提示补全,
This commit is contained in:
+11
@@ -237,6 +237,17 @@ public class SystemConfigApiImpl implements SystemConfigApi {
|
||||
return success(schemeDTOS);
|
||||
}
|
||||
|
||||
@Override
|
||||
public CommonResult<Boolean> getMultiColorConfigStatus() {
|
||||
|
||||
|
||||
List<SystemConfigDO> systemConfigDOS = systemConfigMapper.selectSystemConfigList(SystemConfigTypeEnum.MULTI_COLOR_ORDER_PLAN.getType(), CommonStatusEnum.ENABLE.getStatus());
|
||||
|
||||
|
||||
return success(CollUtil.isNotEmpty(systemConfigDOS));
|
||||
|
||||
}
|
||||
|
||||
|
||||
private void checkValueIsNotEmpty(List<?> value,String error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user