fix
This commit is contained in:
parent
6fe468028f
commit
6f36b84b2e
@ -254,8 +254,8 @@ public class AssessManagerServiceImpl implements AssessManagerService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(CollectionUtils.isEmpty(groupS)){
|
if(CollectionUtils.isEmpty(groupS)){
|
||||||
log.info("暂无人员需要添加");
|
log.info("考核人员已经存在");
|
||||||
return R.ok("暂无人员需要添加");
|
return R.error("考核人员已经存在");
|
||||||
}
|
}
|
||||||
|
|
||||||
StartGroups startGroups = new StartGroups();
|
StartGroups startGroups = new StartGroups();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user