fix
This commit is contained in:
parent
a15f7ba3e5
commit
0e7de159e6
@ -244,14 +244,7 @@ public class AssessManagerServiceImpl implements AssessManagerService {
|
||||
StartGroups startGroups = new StartGroups();
|
||||
startGroups.setStartId(req.getStartId());
|
||||
startGroups.setGroups(groupS);
|
||||
try {
|
||||
flowStartService.startStaffs(startGroups);
|
||||
} catch (Exception e) {
|
||||
log.error("调用初始化失败");
|
||||
return R.error("初始化失败");
|
||||
}
|
||||
return R.ok();
|
||||
|
||||
return flowStartService.startStaffs(startGroups);
|
||||
|
||||
}
|
||||
if(req.getChangeType() == 1){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user