From 9bcb55c422f0b1a657c824cc9d31c5a01c6b9318 Mon Sep 17 00:00:00 2001 From: yjz <3131811435@qq.com> Date: Mon, 5 Feb 2024 13:38:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E6=95=B4=E6=94=B9):=2081685?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../service/impl/EsInspectRectifyFlowServiceImpl.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/laws-modules/src/main/java/com/jero/modules/activiti/process/esinspectrectify/service/impl/EsInspectRectifyFlowServiceImpl.java b/laws-modules/src/main/java/com/jero/modules/activiti/process/esinspectrectify/service/impl/EsInspectRectifyFlowServiceImpl.java index 12f7482d..75ff9040 100644 --- a/laws-modules/src/main/java/com/jero/modules/activiti/process/esinspectrectify/service/impl/EsInspectRectifyFlowServiceImpl.java +++ b/laws-modules/src/main/java/com/jero/modules/activiti/process/esinspectrectify/service/impl/EsInspectRectifyFlowServiceImpl.java @@ -440,7 +440,8 @@ public class EsInspectRectifyFlowServiceImpl implements IEsInspectRectifyFlowSer new LambdaUpdateWrapper() .eq(ProcessDraft::getProjectId, esInspectReportFlowVO.getProcessAll().getProjectId()) .eq(ProcessDraft::getSaveSource, "3") - .set(ProcessDraft::getInfoJsonStr, esInspectReportFlowVO.getInfoJsonStr())); + .set(ProcessDraft::getInfoJsonStr, esInspectReportFlowVO.getInfoJsonStr() + .replaceFirst("\\{", "{\"revocation\": true,"))); } }