wugg 2 years ago
parent
commit
98d1586207
1 changed files with 1 additions and 1 deletions
  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];
         }