From e75aa0f7f1885cf7605627bc6c0f8f65036e3929 Mon Sep 17 00:00:00 2001 From: hejinbo Date: Thu, 30 Nov 2023 14:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E7=AB=A0=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java index 10aaac4..c37bcef 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java +++ b/ruoyi-system/src/main/java/com/ruoyi/wisdomarbitrate/utils/FixSelectFlowDetailUtils.java @@ -339,7 +339,7 @@ public class FixSelectFlowDetailUtils { Integer annexId1 = caseAttach.getAnnexId(); sealManage1.setAnnexId(annexId1); sealManage1.setSealStatus(1); - sealManage1.setIsUse(1); //默认使用状态都是未启用 + sealManage1.setIsUse(0); sealManageMapper.updateSealManage(sealManage1); } }