From 0d29a9619d5b0a331926488a0b30a7763beac80b Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Tue, 13 Aug 2024 10:36:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(88503):=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=88=E4=B8=BB=E6=8E=A7=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E8=81=94=E7=BB=9C=E4=BA=BA=E5=88=86=E5=8F=91=EF=BC=89--?= =?UTF-8?q?=E5=88=86=E5=8F=91=E8=8A=82=E7=82=B9=E9=A9=B3=E5=9B=9E=E5=90=8E?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8F=90=E4=BA=A4=EF=BC=8C=E4=B8=BB=E6=8E=A7?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E8=8A=82=E7=82=B9=E6=B2=A1=E6=9C=89=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/StandardInterpretFlowServiceImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java index e877fbd2..40532422 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/standardinterpret/service/impl/StandardInterpretFlowServiceImpl.java @@ -1589,6 +1589,8 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe processStandardInterpretClauseList = getClauseList(processStandardInterpret.getStandardId(), processStandardInterpret.getDecompositionSource()); + }else { + processStandardInterpret.setChooseClause(YesOrNoEnum.YES.getValue()); } // 删除旧数据