自动化立体仓库 - WMS系统
18516761980
2022-05-24 b76c09d2c5f16de0e3777350b8d7ab48ea55aaa8
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()));