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,"))); } }