Commit c244639b authored by zhuwei's avatar zhuwei

bug

parent 609651f3
......@@ -53,7 +53,7 @@ class Broker extends Basic
if ($where) {
$agent = new AAgents();
$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']){
foreach ($data['data'] as $k=>$v) {
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