Commit 16b89205 authored by zw's avatar zw

bug

parent b2b36277
...@@ -133,7 +133,7 @@ class Report extends Basic ...@@ -133,7 +133,7 @@ class Report extends Basic
$vip = new VipService(); $vip = new VipService();
$check = $vip->vip($this->agentId, 'index/inspectionRecordAll'); $check = $vip->vip($this->agentId, 'index/inspectionRecordAll');
if ($check) { if ($check) {
return $this->response(200, "request null"); return $this->response(101, "暂无权限");
} }
$result = $this->service_->orderListAll($field, $params, $pageNo, $pageSize); $result = $this->service_->orderListAll($field, $params, $pageNo, $pageSize);
}else{ }else{
......
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