自动化立体仓库 - WMS系统
TQS
2022-12-03 6a15538091b08cbcdb0f5223d7a7967542c0bb04
src/main/java/com/zy/asrs/controller/MobileController.java
@@ -345,6 +345,9 @@
    @ManagerAuth
    public R getCheckDetl2(String barcode) {
        WrkMast wrkMast = wrkMastService.selectByBarcode(barcode);
        if(Cools.isEmpty()){
            throw new CoolException("此托盘码没有盘点任务");
        }
        if (wrkMast.getIoType() != 107){
            throw new CoolException("此托盘码不为盘点出库");
        }