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)) {