Commit 17c8153a authored by hujun's avatar hujun

客方

parent 0a41c755
...@@ -74,7 +74,7 @@ class Transfer extends Basic ...@@ -74,7 +74,7 @@ class Transfer extends Basic
$where['a.city'] = $this->city; $where['a.city'] = $this->city;
$where['d.site_id'] = $this->siteId; $where['d.site_id'] = $this->siteId;
if (!empty($params['agent_id'])) { if (!empty($params['agent_id'])) {
$where['c.agent_id'] = $params['agent_id']; $where['d.agent_id'] = $params['agent_id'];
}else{ }else{
//是否有客方 0为没有,1为有 //是否有客方 0为没有,1为有
if (is_numeric($params['agent_type'])) { if (is_numeric($params['agent_type'])) {
......
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