Commit 6519e9df authored by hujun's avatar hujun

site_id

parent ffb53817
...@@ -73,6 +73,7 @@ class Transfer extends Basic ...@@ -73,6 +73,7 @@ class Transfer extends Basic
} }
$where['a.city'] = $this->city; $where['a.city'] = $this->city;
$where['d.site_id'] = $this->siteId;
if (!empty($params['agent_id'])) { if (!empty($params['agent_id'])) {
$where['d.agent_id'] = $params['agent_id']; $where['d.agent_id'] = $params['agent_id'];
}else{ }else{
......
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