Commit 40d99aec authored by hujun's avatar hujun

site_id

parent 4a6e0b38
......@@ -30,16 +30,16 @@ class ApplyForCost extends Basic
$pageNo = empty($this->params['page_no']) ? 1 : $this->params['page_no'];
$pageSize = empty($this->params['page_size']) ? 15 : $this->params['page_size'];
$where['a.is_del'] = 0;
if (!empty($this->params['site_id'])) {
$where['a.site_id'] = $this->params['site_id'];
}
$redis = new RedisCacheService();
$agent_data = $redis->getRedisCache(2, $this->agentId);
$check_url = '';
switch ($this->params['type']) {
case 1 :
if (!empty($this->params['site_id'])) {
$where['a.site_id'] = $this->params['site_id'];
}
$check_url = 'index/checkCostTwo/1';
$where['a.status'] = 0;
......
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