FIX_CLAIM_LAND_LOADING

This commit is contained in:
VENKATESHWARAN 2026-04-06 14:56:03 +05:30
parent a2911696c7
commit b6791def6d

View File

@ -576,7 +576,7 @@ class TicketController extends BaseController
->where('tm.is_active', 1)
->whereNotIn('claim_status_id', [11, 12, 13, 22, 24, 32, 34, 42, 44, 47, 53, 58, 65])
->orderBy('tm.id', 'DESC')
->limit(100);
->limit(500);
$data = $query->get()->getResultArray();