自动化立体仓库 - WMS系统
skyouc
2 天以前 4b0c3ecc8ef4c8c62af67899d1f5238e4ab833a2
src/main/java/com/zy/asrs/service/impl/WorkServiceImpl.java
@@ -1500,6 +1500,7 @@
        // 修改库位状态 Q.拣料/盘点/并板再入库
        LocMast locMast = locMastService.selectById(wrkMast.getLocNo());
        locMast.setLocSts("Q");
        locMast.setBarcode(locMast.getBarcode());
        locMast.setModiTime(now);
        locMast.setModiUser(userId);
        if (!locMastService.updateById(locMast)) {