Commit 6dbeea55 authored by hujun's avatar hujun

1

parent 8ddc89c8
...@@ -232,7 +232,7 @@ class ApplyForCost extends Basic ...@@ -232,7 +232,7 @@ class ApplyForCost extends Basic
case 6 : case 6 :
$get_check_user = 'index/getCostListSix/5'; $get_check_user = 'index/getCostListSix/5';
$return_type = 5; $return_type = 5;
$where['a.site_id'] = $this->siteId; $where[] = ['EXP', 'a.site_id = '.$this->siteId. ' OR payee_agent_id='.$this->agentId];
$where['a.status'] = 1; $where['a.status'] = 1;
$check_url = 'index/checkCostSix/5'; $check_url = 'index/checkCostSix/5';
break; //行政审核 break; //行政审核
......
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