|
|
@ -245,7 +245,7 @@ class AccountController extends AbstractController
|
|
|
|
$query->where('last_card_no', $request->input('bankCardNo'));
|
|
|
|
$query->where('last_card_no', $request->input('bankCardNo'));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!empty($request->input('cardUserName'))) {
|
|
|
|
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');
|
|
|
|
$status = $request->input('status');
|
|
|
|
if (!empty($status)) {
|
|
|
|
if (!empty($status)) {
|
|
|
|