FIX_VIDAL_IR_SUBMITION_FLAIM_FILE_ONLY_GET_THE_NO_SENT
This commit is contained in:
parent
a394e52f9c
commit
6f62808b9b
@ -1678,7 +1678,8 @@ class VidalApiController extends BaseController
|
||||
$fileData = $this->db->table('claim_files f')
|
||||
->where('f.ticket_id', $claimId)
|
||||
->where('f.docs_for_ir', 1)
|
||||
->where('f.file_type', 2) // PDF
|
||||
->where('f.file_type', 2)
|
||||
->where('f.is_file_sent_to_tpa', 0)
|
||||
->get()
|
||||
->getResultArray();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user