src/main/java/com/zy/common/web/WcsController.java
@@ -578,7 +578,7 @@ String containerCode = param.getContainerCode(); if(Cools.isEmpty(containerCode)){ throw new CoolException("料箱码为空"); throw new CoolException("货架码为空"); } if(!Character.isDigit(containerCode.charAt(0))){ @@ -618,7 +618,7 @@ return R.ok(); } return R.error("没有查询到该料箱信息"); return R.error("没有查询到该货架信息"); } @@ -633,7 +633,7 @@ String containerCode = param.getContainerCode().split(";")[0]; if(Cools.isEmpty(containerCode)){ throw new CoolException("料箱码为空"); throw new CoolException("货架码为空"); } if(!Character.isDigit(containerCode.charAt(0))){