FIX_LIVE_ISSUE

This commit is contained in:
VENKATESHWARAN 2026-07-29 16:59:35 +05:30
parent d22a52bc18
commit ad5a293bbc
2 changed files with 4 additions and 3 deletions

View File

@ -898,6 +898,7 @@ class ApiServiceController extends BaseController
->where('client_policy.tpa_id', $tpa_id) ->where('client_policy.tpa_id', $tpa_id)
->where('batch_files.is_active', 1) ->where('batch_files.is_active', 1)
->where('batch_files.event_type', 'api') ->where('batch_files.event_type', 'api')
->where('batch_files.client_policy_id', $policy_id)
->where('batch_files.icici_status_flag !=', 'COMPLETED') ->where('batch_files.icici_status_flag !=', 'COMPLETED')
->countAllResults(); ->countAllResults();