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