Commit b1341bdb by 邓实川 Committed by chenzg

业务组列表优化

parent 6c3be6b2
...@@ -203,6 +203,7 @@ public class CrmController { ...@@ -203,6 +203,7 @@ public class CrmController {
String name = getEmpName(getOrgCode(userBean), empNum); String name = getEmpName(getOrgCode(userBean), empNum);
Map<String, Object> map = new HashMap<String, Object>(); Map<String, Object> map = new HashMap<String, Object>();
map.put("name", name); map.put("name", name);
map.put("empNum", empNum);
managers.add(map); managers.add(map);
} }
crmBusinessGroup.setManagers(managers); crmBusinessGroup.setManagers(managers);
......
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