自动化立体仓库 - WMS系统
#
whycq
2024-04-16 114657d034c80ca40f08d767a71d169c34bde0b5
src/main/java/com/zy/asrs/controller/LocRuleController.java
@@ -121,7 +121,7 @@
        locRule.setUpdateTime(new Date());
        locRuleService.updateById(locRule);
        Integer locType2 = 1;//单品区域
        if (locRule.getMixed() == 0) {
        if (Cools.isEmpty(locRule.getMixed()) || locRule.getMixed() == 0) {
            locRuleService.updateKeepGoByMatnr(locRule.getMatnr(), locRule.getKeepGo());
        }else {//混载
            locRuleService.updateKeepGoByMixed(locRule.getKeepGo());