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

This commit is contained in:
杜建超 2020-11-11 13:58:21 +08:00
commit 3ef469e4f0

View File

@ -387,6 +387,9 @@ public class ResultRecordController extends AbstractController {
staffs.addAll(departManagers.getManagers());
}
}
if(staffs.size() == 0){
return R.error("找不到有效的评分人,设置的评分人不存在");
}
for (StaffEntity staff:staffs
) {