Compare commits
3 Commits
819e0bc441
...
077237c285
Author | SHA1 | Date |
---|---|---|
![]() |
077237c285 | |
![]() |
10d9f4428a | |
![]() |
e3184382fc |
|
@ -526,6 +526,7 @@ public class ActTaskService extends BaseServiceImpl {
|
|||
Task task = taskService.createTaskQuery().taskId(taskId).singleResult();
|
||||
if (StringUtils.isNotEmpty(task.getAssignee())
|
||||
&& !task.getAssignee().equals(userId)) {
|
||||
taskService.setVariable(taskId, "autoApply", taskId); // 配置不发送审核人分配通知
|
||||
taskService.setAssignee(taskId, userId); //与原任务审核人员不一致时,换成实际通过的人
|
||||
}
|
||||
if (StringUtils.isNotEmpty(comment)) {
|
||||
|
|
Loading…
Reference in New Issue