Ken 1 天之前
父節點
當前提交
4e5b2fab4c
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      app/Http/Controllers/admin/Wallet.php

+ 0 - 2
app/Http/Controllers/admin/Wallet.php

@@ -71,8 +71,6 @@ class Wallet extends Controller
         if (MenuService::checkMenu(request()->user->id, "listRMB")) {
             $data['rmb_withdraw_task'] = PaymentOrder::where('type', 2)
                 ->where('status', 0)->count();
-
-
         }
         return $this->success($data);
     }