遗漏
This commit is contained in:
parent
8fb450adb1
commit
ea58c0627a
@ -102,19 +102,7 @@ public class FlowStartServiceImpl extends ServiceImpl<FlowStartMapper, FlowStart
|
|||||||
@Autowired
|
@Autowired
|
||||||
private DingtalkBusiness dingtalkBusiness;
|
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()){
|
switch (startDto.getStatus()){
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user