v3.4.6
This commit is contained in:
@@ -340,7 +340,7 @@ public class FlowTaskNodeUtil
|
||||
// 保存驳回现有数据.
|
||||
if (flowTaskParamter.approversProperties.rejectType == 2)
|
||||
{
|
||||
flowTaskParamter.flowTaskEntity.RejectDataId = await _flowTaskRepository.CreateRejectData(flowTaskParamter.flowTaskEntity.Id, flowTaskParamter.flowTaskEntity.ThisStepId);
|
||||
flowTaskParamter.flowTaskEntity.RejectDataId = await _flowTaskRepository.CreateRejectData(flowTaskParamter.flowTaskEntity.Id, flowTaskParamter.flowTaskNodeEntity.Id);
|
||||
}
|
||||
// 驳回节点下所有节点.
|
||||
var rejectNodeNextAllList = new List<FlowTaskNodeEntity>();
|
||||
|
||||
Reference in New Issue
Block a user