This commit is contained in:
杜建超 2020-12-18 14:02:02 +08:00
parent 6fe468028f
commit 6f36b84b2e

View File

@ -254,8 +254,8 @@ public class AssessManagerServiceImpl implements AssessManagerService {
}
}
if(CollectionUtils.isEmpty(groupS)){
log.info("暂无人员需要添加");
return R.ok("暂无人员需要添加");
log.info("考核人员已经存在");
return R.error("考核人员已经存在");
}
StartGroups startGroups = new StartGroups();