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("坯料计划正在排程,不可以修改");
             }
         }
     }