From 5e3ef48bf424f00ee3a76693478baa894d5b2b83 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 06 五月 2024 15:47:08 +0800 Subject: [PATCH] # 初始化1楼库位 --- src/main/java/com/zy/asrs/controller/LocRuleController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/controller/LocRuleController.java b/src/main/java/com/zy/asrs/controller/LocRuleController.java index 234fed0..4d75e61 100644 --- a/src/main/java/com/zy/asrs/controller/LocRuleController.java +++ b/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()); -- Gitblit v1.9.1