src/main/java/com/zy/common/web/WcsController.java
@@ -64,7 +64,7 @@ } pltBarcodes = pltBarcodeService.selectList(new EntityWrapper<PltBarcode>().eq("barcode", param.getBarcode())); if (Cools.isEmpty(pltBarcodes)) { return R.error("条码数据错误"); return R.error("条码未组托:" + param.getBarcode()); } int countLoc = locDetlService.selectCount(new EntityWrapper<LocDetl>().eq("zpallet",param.getBarcode())); int countWrk = wrkDetlService.selectCount(new EntityWrapper<WrkDetl>().eq("zpallet",param.getBarcode()));