This commit is contained in:
wulin 2020-11-17 17:48:17 +08:00
parent 8fb450adb1
commit ea58c0627a

View File

@ -102,19 +102,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
@Autowired
private DingtalkBusiness dingtalkBusiness;
@Autowired
private FlowRecordService flowRecordService;
@Autowired
private DepartmentsStaffRelateService departmentsStaffRelateService;
@Autowired
private StaffRoleService staffRoleService;
@Autowired
private DepartmentsService departmentsService;
@Autowired
private StaffRoleDepartmentService staffRoleDepartmentService;
@ -318,7 +306,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
}
StartStartDto startDto = start(evaluationGroup, flowStart, staffManages, staffIds, mustRole, selfMustRole, false)
StartStartDto startDto = start(evaluationGroup, flowStart, staffManages, staffIds, mustRole, selfMustRole, false);
switch (startDto.getStatus()){
case 1: