Merge branch 'version_performance_2.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management into version_performance_2.0

This commit is contained in:
wulin 2020-11-11 10:32:32 +08:00
commit 29a5a72729

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