|
|
@ -477,6 +477,8 @@ public class FlowService extends MybatisBaseService<FlowMapper, Flowable> { |
|
|
|
taskService.addComment(taskId, instanceId, |
|
|
|
FlowComment.DELEGATE.getType(), comment); |
|
|
|
taskService.resolveTask(taskId, formVariables); |
|
|
|
nodeState = task.getName(); |
|
|
|
taskDefKey = task.getTaskDefinitionKey(); |
|
|
|
} else { |
|
|
|
//当前环节办理通过,且将下一环节用户放入流程中
|
|
|
|
taskService.addComment(taskId, instanceId, FlowComment.NORMAL.getType(), comment); |
|
|
|