Commit 2f36640e authored by hujun's avatar hujun

//

parent 5756b37b
......@@ -93,7 +93,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.site_id'] = $params["site_id"]; //去除其它城市
// $get_params['a.site_id'] = $params["site_id"]; //去除其它城市
$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