Compare commits
No commits in common. "fcf07cecc42d72135bc0dee0fb4f542c2edfe748" and "a085a47e04ab262449698f6e752dd3a731b4d76a" have entirely different histories.
fcf07cecc4
...
a085a47e04
@ -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_money')
|
||||
->whereNotNull('regular_contract.contract_periods')
|
||||
->select(
|
||||
'regular_contract.contract_id',
|
||||
'park.park_name',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user