Commit eb6fe2d1 by qwmqiuwenmin

Merge branch 'developer_repair_contact20200408' into 'master'

fix

See merge request !40
parents 690bf483 e92eda6e
......@@ -89,7 +89,6 @@ public class AuditApiServiceImpl implements AuditApiService{
Map<String,TabHaobanStaff> map = com.gic.commons.util.CollectionUtil.toMap(staffList, "staffId");
for(TabHaobanAudit tab: page.getResult()){
String commitStaffId = tab.getCommitStaffId();
map.get(commitStaffId).getStaffName();
tab.setCommitStaffName(map.get(commitStaffId)==null?"":map.get(commitStaffId).getStaffName());
tab.setCommitStaffImg(map.get(commitStaffId)==null?"":map.get(commitStaffId).getHeadImg());
}
......
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