Commit dff1a56f by 徐高华

查询优化

parent 60ef60b3
...@@ -1227,6 +1227,7 @@ public class StaffApiServiceImpl implements StaffApiService { ...@@ -1227,6 +1227,7 @@ public class StaffApiServiceImpl implements StaffApiService {
staffDepList.add(depMap.get(item.getDepartmentId())) ; staffDepList.add(depMap.get(item.getDepartmentId())) ;
} }
} }
dto.setDepartmentList(staffDepList);
} }
} }
} }
......
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