Commit 0f3374c4 authored by hujun's avatar hujun

//

parent b33b9cfb
......@@ -43,7 +43,7 @@ class FindShop extends Basic
if ($params['is_my'] != 0 && $params['is_my'] != 1) {
return $this->response("101", "请求参数错误");
}
$conditions['c.site_id'] = $conditions['a.site_id'] = $this->siteId;
$conditions['a.site_id'] = $this->siteId;
if ($params['is_my'] == 0 && empty($params['agent_id'])) {
return $this->response("101", "我的客户经纪人id不能为空");
}elseif($params['is_my'] == 0 && !empty($params['agent_id'])){
......
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