Commit 84337baf by huangZW

111

parent 5172e156
...@@ -91,6 +91,7 @@ public class AuditApiServiceImpl implements AuditApiService{ ...@@ -91,6 +91,7 @@ public class AuditApiServiceImpl implements AuditApiService{
String commitStaffId = tab.getCommitStaffId(); String commitStaffId = tab.getCommitStaffId();
map.get(commitStaffId).getStaffName(); map.get(commitStaffId).getStaffName();
tab.setCommitStaffName(map.get(commitStaffId)==null?"":map.get(commitStaffId).getStaffName()); tab.setCommitStaffName(map.get(commitStaffId)==null?"":map.get(commitStaffId).getStaffName());
tab.setCommitStaffImg(map.get(commitStaffId)==null?"":map.get(commitStaffId).getHeadImg());
} }
} }
return PageUtil.changePageHelperToCurrentPage( page,AuditDTO.class); return PageUtil.changePageHelperToCurrentPage( page,AuditDTO.class);
......
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