Commit e7846676 by qwmqiuwenmin

fix

parent 10342419
......@@ -75,6 +75,7 @@ public class StaffController extends WebBaseController{
List<StaffDTO> list = page.getResult();
for (StaffDTO staffDTO : list) {
StaffDepartmentRelatedDTO related = staffApiService.getDepartmentIdAndStaffId(departmentId,staffDTO.getStaffId());
logger.info("【成员列表】related={}",JSON.toJSONString(related));
if(related != null) {
staffDTO.setStaffDepartmentRelatedId(related.getStaffDepartmentRelatedId());
}
......
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