Commit c244639b authored by zhuwei's avatar zhuwei

bug

parent 609651f3
...@@ -53,7 +53,7 @@ class Broker extends Basic ...@@ -53,7 +53,7 @@ class Broker extends Basic
if ($where) { if ($where) {
$agent = new AAgents(); $agent = new AAgents();
$field = 'id,store_id,name,phone,img,status'; $field = 'id,store_id,name,phone,img,status';
$data['data'] = $agent->getList($pageNo, $pageSize, '', '', $field, $where); $data['data'] = $agent->getList($pageNo, $pageSize, '', $field, '', $where);
if($data['data']){ if($data['data']){
foreach ($data['data'] as $k=>$v) { foreach ($data['data'] as $k=>$v) {
if (isset($v['img'])) { if (isset($v['img'])) {
......
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