自动化立体仓库 - WMS系统
#
tqs
2022-11-24 9d543d8c392689ccf7d17c756868a563899e0e72
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("此托盘码不为盘点出库");
        }