DLC 4 月之前
父节点
当前提交
31e54e9236
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/utils/ApsUtils.java

+ 1 - 1
cx-aps/cx-aps-common/src/main/java/com/rongwei/bscommon/sys/utils/ApsUtils.java

@@ -110,7 +110,7 @@ public class ApsUtils {
         if (hasKey) {
             String blankIds = redisService.getRedisCatchObj(key).toString();
             if (Arrays.asList(blankIds.split(",")).contains(blankId)) {
-                throw new CustomException("坯料计划正在排程,不可以修改");
+                throw new CustomException("坯料计划正在排程,不可以修改");
             }
         }
     }