Commit 289314db by qwmqiuwenmin

Merge branch 'developer' of http://115.159.76.241/haoban3.0/haoban-manage3.0.git into developer

parents 422608e8 f4bf9ac5
...@@ -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