自动化立体仓库 - WMS系统
#
luxiaotao1123
2022-05-16 16a1814a4cce0047519a2c363643730319b60717
#
2个文件已修改
3 ■■■■ 已修改文件
src/main/java/com/zy/common/CodeRes.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/java/com/zy/common/web/WcsController.java 2 ●●● 补丁 | 查看 | 原始文档 | 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()));