Commit d744c856 authored by hujun's avatar hujun

经纪人状态

parent 3f4fe002
......@@ -12,7 +12,6 @@ namespace app\index\controller;
use app\index\service\BrokerService;
use app\api_broker\service\CallPhoneService;
use app\api_broker\service\PushMessageService;
use app\extra\RedisExt;
use app\index\extend\Basic;
use app\model\AAgents;
use app\model\ABindingDevice;
......@@ -110,7 +109,7 @@ class Broker extends Basic
if ($where) {
$agent = new AAgents();
$field = 'id,name,phone';
$field = 'id,name,phone,status';
$data['data'] = $agent->getList($pageNo, $pageSize, 'id DESC', $field, '', $where);
} else {
$data['msg'] = '没有经纪人信息';
......
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