From 6e69164eb508d8cb3e6be3a42f7c5c67dc76fce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=B8=E7=86=9F=E5=90=B4=E5=BD=A6=E7=A5=96?= Date: Tue, 25 Nov 2025 14:41:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0rfid=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5=E5=8C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/notify/service/impl/IssureNotifyServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/gaotao/modules/notify/service/impl/IssureNotifyServiceImpl.java b/src/main/java/com/gaotao/modules/notify/service/impl/IssureNotifyServiceImpl.java index c5e6f2a..c576794 100644 --- a/src/main/java/com/gaotao/modules/notify/service/impl/IssureNotifyServiceImpl.java +++ b/src/main/java/com/gaotao/modules/notify/service/impl/IssureNotifyServiceImpl.java @@ -254,7 +254,7 @@ public class IssureNotifyServiceImpl implements IssureNotifyService { }else { productionArea = issureNotifyMapper.getProductAreaByPlanner(data.getSite(), rows.get(0).getPlannerBuyer()); } - data.setProductionArea(productionArea!=null?productionArea:"Z301"); + data.setProductionArea(productionArea==null?productionArea:"Z301"); data.setPushWmsFlag("N"); data.setTransportFlag("N"); data.setOutWorkOrderFlag("N"); @@ -751,7 +751,7 @@ public class IssureNotifyServiceImpl implements IssureNotifyService { }else { productionArea = issureNotifyMapper.getProductAreaByPlanner(parentItem.getSite(), rows.get(0).getPlannerBuyer()); } - parentItem.setProductionArea(productionArea!=null?productionArea:"Z301"); + parentItem.setProductionArea(productionArea==null?productionArea:"Z301"); parentItem.setPushWmsFlag("N"); parentItem.setTransportFlag("N"); parentItem.setOutWorkOrderFlag("N");