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',