Commit c658313b authored by hujun's avatar hujun

行政审核权限

parent 4a5c2640
......@@ -112,7 +112,9 @@ class ApplyForCost extends Basic
}
$return_type = 5;
$where['a.site_id'] = $this->siteId;
$where['a.status'] = 1;break; //行政审核
$where['a.status'] = 1;
$check_url = 'index/checkCostSix/5';
break; //行政审核
default :
return $this->response(101, '请求错误');
}
......
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