|
@@ -54,8 +54,10 @@ public class FlowTaskListener implements TaskListener {
|
|
|
flowLongEngine.autoJumpTask(flwTask.getId(), flowCreator);
|
|
|
}
|
|
|
} else {
|
|
|
- // 推送消息
|
|
|
- this.sendMessage(flwTask, flowCreator);
|
|
|
+ // 推送消息,需要勾选【审批提醒】
|
|
|
+ if (Boolean.TRUE.equals(currentNodeModel.getRemind())) {
|
|
|
+ this.sendMessage(flwTask, flowCreator);
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
// 创建任务直接跳过
|