FIX_CLAIM_LIST_LOADING
This commit is contained in:
parent
f5750d08c0
commit
aec134abb0
@ -573,6 +573,7 @@ class TicketController extends BaseController
|
||||
->join('ticket_claim_status tcs', 'tcs.id = tm.claim_status_id AND tcs.is_active = 1', 'left')
|
||||
->join("({$subquery->getCompiledSelect()}) tat_category", 'tm.id = tat_category.ticket_id', 'left')
|
||||
->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');
|
||||
|
||||
$data = $query->get()->getResultArray();
|
||||
@ -628,6 +629,7 @@ class TicketController extends BaseController
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
$query = $db->table('ticket_master tm')
|
||||
->select([
|
||||
'tm.id',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user