Commit 8dd06002 authored by 李腾威's avatar 李腾威

修改Bug

parent 0d1ee557
......@@ -294,6 +294,7 @@ public class OrgUsrServiceImpl extends BaseService<OrgUsrDto,OrgUsr,OrgUsrMappe
map.put("pageNum", (pageBean.getCurrent() -1) * pageBean.getSize());
map.put("pageSize", pageBean.getSize());
map.put("fields", alertFormServiceImpl.queryListByFormId("246"));
pageBean.setRecords(this.baseMapper.selectPersonList(map));
map.put("bizOrgType", "PERSON");
List<Map<String, Object>> list = this.baseMapper.selectPersonList(map);
......
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