Commit b105bc08 authored by hujun's avatar hujun

1

parent dbb8cdc4
......@@ -298,9 +298,9 @@ class Member extends Basic{
$service_broker = new BrokerService();
$check_data = $service_broker->checkSite($this->userId, $this->params['site_id']);
if ($check_data) {
$where['city'] = $this->params['a.site_id'];
$where['a.site_ids'] = $this->params['a.site_id'];
} else {
$where['city'] = $this->city;
$where['a.site_ids'] = [ 'LIKE', '%' . $this->siteId . '%' ];
}
}
}
......
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