FIX_VIDAL_IR_SUBMITION_FLAIM_FILE_ONLY_GET_THE_NO_SENT

This commit is contained in:
VENKATESHWARAN 2026-04-20 15:28:32 +05:30
parent a394e52f9c
commit 6f62808b9b

View File

@ -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();