Commit 2b9d9cfc authored by hujun's avatar hujun

1

parent 2d89636e
......@@ -65,7 +65,7 @@ class Site extends Basic
$field = 'a.id,a.site_id,b.city';
$get_params['b.is_del'] = 0;
$get_params['a.phone'] = $params["agent_phone"];
$get_params['a.status'] = 0;
$site_city = $this->aAgentModel->getAgentSiteList($get_params, $field);
return $this->response("200", "success", $site_city);
......
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