Commit 9c1fc59b by fudahua

Merge branch 'fix-20220222' into developer

parents 6f6d43b2 39e30223
......@@ -95,6 +95,8 @@ public class StaffServiceImpl implements StaffService {
List<String> relationStaffIds = staffClerkRelationService.listRelationsStaffId(staffMap.keySet());
if (CollectionUtils.isNotEmpty(relationStaffIds)) {
return staffMap.get(relationStaffIds.get(0));
}else{
return staffs.get(0);
}
}
return null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment