From d2b3fd4e494d661332b3f25df3844d8a4afa711a Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Fri, 22 Dec 2023 23:27:19 +0800 Subject: [PATCH] yg --- app/Controller/Payment/AccountController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/Payment/AccountController.php b/app/Controller/Payment/AccountController.php index fc47091..21b9bc3 100644 --- a/app/Controller/Payment/AccountController.php +++ b/app/Controller/Payment/AccountController.php @@ -245,7 +245,7 @@ class AccountController extends AbstractController $query->where('last_card_no', $request->input('bankCardNo')); } if (!empty($request->input('cardUserName'))) { - $query->where('card_user_name', 'like', Db::raw('%' . $request->input('cardUserName')); + $query->where('card_user_name', 'like', Db::raw('%' . $request->input('cardUserName'))); } $status = $request->input('status'); if (!empty($status)) {