自动化立体仓库 - WMS系统
zyx
2023-08-04 d55581ed00fd0a8ecce78a6ebe6f9e2ee86274b3
src/main/java/com/zy/asrs/service/impl/AgvLocMastServiceImpl.java
@@ -88,4 +88,10 @@
        this.baseMapper.updateLocType2(locType2,locRule.getRowBeg(),locRule.getRowEnd(),locRule.getBayBeg(),locRule.getBayEnd(),locRule.getLevBeg(),locRule.getLevEnd(),locRule.getFloor());
    }
    public void updateLocStsByLocNo(String locNo, String locSts) {
        AgvLocMast agvLocMast = this.selectById(locNo);
        agvLocMast.setLocSts(locSts);
        this.updateById(agvLocMast);
    }
}