自动化立体仓库 - WMS系统
#
LSH
2022-12-02 853c83e92b212395321c967579cabe170f0312ab
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("此托盘码不为盘点出库");
        }