Commit fd5c3d9c authored by hujun's avatar hujun

level

parent 42f783ad
...@@ -779,7 +779,7 @@ class Broker extends Basic ...@@ -779,7 +779,7 @@ class Broker extends Basic
try { try {
$m_agent = new AAgents(); $m_agent = new AAgents();
$m_store = new AStore(); $m_store = new AStore();
$list = $m_agent->getList($pageNo, $pageSize, 'id desc', 'id,phone,name,position,store_id', $where); $list = $m_agent->getList($pageNo, $pageSize, 'id desc', 'id,phone,name,position,store_id,level', $where);
foreach ($list as $k=>$v) { foreach ($list as $k=>$v) {
$list[$k]['store_name'] = $m_store->getStoreKeyById('store_name', ['id'=>$v['store_id']]); $list[$k]['store_name'] = $m_store->getStoreKeyById('store_name', ['id'=>$v['store_id']]);
......
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