From e6963c134992d01a6a931f025bafa5c9e7ca1a3a Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期五, 12 四月 2024 15:41:58 +0800 Subject: [PATCH] # --- 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