src/main/java/com/zy/common/CodeRes.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/main/java/com/zy/common/web/WcsController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/zy/common/CodeRes.java
@@ -10,5 +10,6 @@ String USER_10003 = "10003-密码错误"; String PICK_600 = "600-拣料任务"; String NO_COMB_700 = "700-请先组托"; } src/main/java/com/zy/common/web/WcsController.java
@@ -64,7 +64,7 @@ if (wrkMast != null && wrkMast.getIoType() == 103) { return R.parse(CodeRes.PICK_600); } return R.error("条码数据错误"); return R.parse(CodeRes.NO_COMB_700); } int countLoc = locDetlService.selectCount(new EntityWrapper<LocDetl>().eq("zpallet",param.getBarcode())); int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",param.getBarcode()));