From 601b16567a6352b94e9c9edb25a6b34fafc12055 Mon Sep 17 00:00:00 2001 From: "jhforever.wang@estsh.com" Date: Sat, 28 Dec 2024 17:16:57 +0800 Subject: [PATCH] =?UTF-8?q?=2044630=20=E8=AF=BB=E8=83=8E=E8=86=9C=E4=BF=A1?= =?UTF-8?q?=E5=8F=B7=E5=B7=A5=E6=AD=A5=EF=BC=8C=E6=97=A0=E6=B3=95=E9=80=82?= =?UTF-8?q?=E9=85=8D=E6=9F=94=E6=80=A7=E7=84=8A=E6=B5=81=E7=A8=8B=EF=BC=8C?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../serviceimpl/step/MesManyCellTriggerJumpProcessStepService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesManyCellTriggerJumpProcessStepService.java b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesManyCellTriggerJumpProcessStepService.java index 0e239d3..b030fba 100644 --- a/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesManyCellTriggerJumpProcessStepService.java +++ b/modules/i3plus-ext-mes-pcn-apiservice/src/main/java/cn/estsh/i3plus/ext/mes/pcn/apiservice/serviceimpl/step/MesManyCellTriggerJumpProcessStepService.java @@ -48,6 +48,8 @@ public class MesManyCellTriggerJumpProcessStepService extends BaseStepService { if (StringUtils.isEmpty(reqBean.getScanInfo())) return stepResult; + stepResult.unResetScanInfo(); + //所有分屏强制跳过工序密码 String pwd = fsmCommonService.handleFsmWcpcMapDataForDoScan(reqBean).get(MesPcnExtConstWords.MANY_CELL_TRIGGER_JUMP_PROCESS_PWD); if (StringUtils.isEmpty(pwd) || !pwd.equals(reqBean.getScanInfo())) return stepResult;