fix: 81947 在线编辑--签章页的签章在驳回到主起草人上传会议纪要节点后,换人、转办等操作,签章信息未更新

This commit is contained in:
2024-02-23 17:18:05 +08:00
parent 816258e423
commit be864d41d0
@@ -583,6 +583,9 @@ public class EsRevisionServiceImpl extends ServiceImpl<EsRevisionMapper, Process
}
});
adviceService.saveOrUpdateBatch(advices);
if (StrUtil.isNotBlank(data.getId())) {
updateById(data);
}
// 给所有意见提出人发送意见反馈消息
this.sendMessageToAdviceUser(data, processInstanceId);
break;