This commit is contained in:
杜建超 2020-11-11 10:16:02 +08:00
parent a15f7ba3e5
commit 0e7de159e6

View File

@ -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){