From a35ae3fab0688c63b9a32f243aeacf7aa684c849 Mon Sep 17 00:00:00 2001 From: "jhforever.wang@estsh.com" Date: Fri, 20 Dec 2024 19:58:03 +0800 Subject: [PATCH] =?UTF-8?q?44486=20MES:=E5=8A=A0=E5=B7=A5=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=B7=A5=E4=BD=8D=E8=A1=A5=E5=85=85=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=9A=E6=89=93=E5=8D=B0=E4=BB=B6,?= =?UTF-8?q?=E8=87=AA=E8=BF=9B=E8=87=AA=E5=87=BA,=E6=9C=AA=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E5=AE=8C=E6=88=90=E6=9C=AA=E7=9F=A5=E5=90=8E,?= =?UTF-8?q?=E5=86=8D=E6=AC=A1=E6=89=AB=E6=8F=8F=E8=A2=AB=E8=AF=AF=E8=AF=86?= =?UTF-8?q?=E5=88=AB=E4=B8=BA=E5=A4=96=E5=8D=8F=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pcn/apiservice/serviceimpl/step/MesProductSnCheckStepService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesProductSnCheckStepService.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesProductSnCheckStepService.java index e39b7d5..ffcfdd1 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesProductSnCheckStepService.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesProductSnCheckStepService.java @@ -159,7 +159,7 @@ public class MesProductSnCheckStepService extends BaseStepService { //---- 以下是未知条码的场景判断 ---- //未知条码, 工序不为空 【代表已完成的工序被重做后未加工完成】 - if (!StringUtils.isEmpty(StringUtils.isEmpty(produceSn.getProcessCode()))) { + if (!StringUtils.isEmpty(produceSn.getProcessCode())) { productionPsInContextList.add(new MesProductionPsInContext(produceSn).isCheck(workCell).messageSource(equipVariableCollectContext.getMessageSource()).relateId(produceSn.getId()));