From c602b214e40a02dab3f5a553595e4b173444235e Mon Sep 17 00:00:00 2001 From: Yuka Higashide Date: Thu, 9 Oct 2025 10:22:51 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A5=91=E7=B4=84=E5=B1=A5=E6=AD=B4=20?= =?UTF-8?q?=E8=A1=A8=E7=A4=BA=E6=9D=A1=E4=BB=B6=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/RegularContractController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/RegularContractController.php b/app/Http/Controllers/RegularContractController.php index 5d650aa..259a80f 100644 --- a/app/Http/Controllers/RegularContractController.php +++ b/app/Http/Controllers/RegularContractController.php @@ -90,7 +90,7 @@ class RegularContractController extends Controller ->join('usertype', 'regular_contract.user_categoryid', '=', 'usertype.user_categoryid') ->leftJoin('city', 'park.city_id', '=', 'city.city_id') ->where('regular_contract.user_id', $user_id) - ->whereNotNull('regular_contract.contract_periods') + ->whereNotNull('regular_contract.contract_money') ->select( 'regular_contract.contract_id', 'park.park_name', -- 2.47.3