wugg 2 年之前
父節點
當前提交
98d1586207
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/admin/controller/Payment.php

+ 1 - 1
app/admin/controller/Payment.php

@@ -1302,7 +1302,7 @@ class Payment extends BaseController
         $post = $this->post;
         $condition = [["a.is_del","=",0 ],["b.is_del","=",0 ]];
         $invtype = isset($post['invType'])&&$post['invType']!='' ? intval($post['invType']):"";
-          $check = checkRole($this->roleid,82);
+        $check = checkRole($this->roleid,82);
         if($check){
             $condition []=["a.apply_id","=",$this->uid];
         }