自动化立体仓库 - WMS系统
#
whycq
2024-06-02 50f2d8d80c3a73bb17c1d559e1c08d2e315d0add
src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java
@@ -326,6 +326,7 @@
        agvLocMast.setLocSts(locSts);
        agvLocMast.setBarcode(barcode);
        agvLocMast.setLocType2(containerType);
        agvLocMast.setModiTime(new Date());
        this.updateById(agvLocMast);
    }
    public void updateLocStsByLocNo(String locNo, String locSts, String barcode,Short containerType,String locType,Short locType3) {
@@ -335,6 +336,7 @@
        agvLocMast.setLocType2(containerType);
        agvLocMast.setLocType(locType);
        agvLocMast.setLocType3(locType3);
        agvLocMast.setModiTime(new Date());
        this.updateById(agvLocMast);
    }