style: 制修订流程
This commit is contained in:
-1
@@ -401,7 +401,6 @@ public class EsRevisionServiceImpl extends ServiceImpl<EsRevisionMapper, Process
|
|||||||
runtimeService.setVariable(executionId, "contactUserLeader", data.getContactUserLeader());
|
runtimeService.setVariable(executionId, "contactUserLeader", data.getContactUserLeader());
|
||||||
userMap.put("contactUserLeader", data.getContactUserLeader());
|
userMap.put("contactUserLeader", data.getContactUserLeader());
|
||||||
advices = data.getAdvices();
|
advices = data.getAdvices();
|
||||||
//
|
|
||||||
adviceWrapper.eq(EsRevisionAdvice::getExecutionId, executionId);
|
adviceWrapper.eq(EsRevisionAdvice::getExecutionId, executionId);
|
||||||
adviceService.remove(adviceWrapper);
|
adviceService.remove(adviceWrapper);
|
||||||
adviceService.saveBatch(advices);
|
adviceService.saveBatch(advices);
|
||||||
|
|||||||
Reference in New Issue
Block a user