FIX_CLAIM_LAND_LOADING
This commit is contained in:
parent
a2911696c7
commit
b6791def6d
@ -576,7 +576,7 @@ class TicketController extends BaseController
|
|||||||
->where('tm.is_active', 1)
|
->where('tm.is_active', 1)
|
||||||
->whereNotIn('claim_status_id', [11, 12, 13, 22, 24, 32, 34, 42, 44, 47, 53, 58, 65])
|
->whereNotIn('claim_status_id', [11, 12, 13, 22, 24, 32, 34, 42, 44, 47, 53, 58, 65])
|
||||||
->orderBy('tm.id', 'DESC')
|
->orderBy('tm.id', 'DESC')
|
||||||
->limit(100);
|
->limit(500);
|
||||||
|
|
||||||
|
|
||||||
$data = $query->get()->getResultArray();
|
$data = $query->get()->getResultArray();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user