fix(企标稽查整改): 81685

This commit is contained in:
yjz
2024-02-05 13:38:53 +08:00
parent c979352963
commit 9bcb55c422
@@ -440,7 +440,8 @@ public class EsInspectRectifyFlowServiceImpl implements IEsInspectRectifyFlowSer
new LambdaUpdateWrapper<ProcessDraft>()
.eq(ProcessDraft::getProjectId, esInspectReportFlowVO.getProcessAll().getProjectId())
.eq(ProcessDraft::getSaveSource, "3")
.set(ProcessDraft::getInfoJsonStr, esInspectReportFlowVO.getInfoJsonStr()));
.set(ProcessDraft::getInfoJsonStr, esInspectReportFlowVO.getInfoJsonStr()
.replaceFirst("\\{", "{\"revocation\": true,")));
}
}