契約履歴 表示条件修正 #50

Merged
y.higashide merged 1 commits from main_higashide into main 2025-10-09 10:23:38 +09:00
Showing only changes of commit c602b214e4 - Show all commits

View File

@ -90,7 +90,7 @@ class RegularContractController extends Controller
->join('usertype', 'regular_contract.user_categoryid', '=', 'usertype.user_categoryid') ->join('usertype', 'regular_contract.user_categoryid', '=', 'usertype.user_categoryid')
->leftJoin('city', 'park.city_id', '=', 'city.city_id') ->leftJoin('city', 'park.city_id', '=', 'city.city_id')
->where('regular_contract.user_id', $user_id) ->where('regular_contract.user_id', $user_id)
->whereNotNull('regular_contract.contract_periods') ->whereNotNull('regular_contract.contract_money')
->select( ->select(
'regular_contract.contract_id', 'regular_contract.contract_id',
'park.park_name', 'park.park_name',