自动化立体仓库 - WMS系统
mrzhssss
2022-05-27 7e45c420dd19a3ffe224e9cd42bf7ea31277d7be
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()));