Commit de4decf6 authored by hujun's avatar hujun

//

parent a340c35b
......@@ -197,7 +197,7 @@ class OrderLog extends Basic
);*/
$vip_services = new VipService();
if(!$vip_services->vip($params['agent_id'], 'broker/collectingBill')){
if($vip_services->vip($params['agent_id'], 'broker/collectingBill')){
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