FIX_NONEB_HR_API_MD5_ISSUE

This commit is contained in:
velz 2026-03-31 18:05:06 +05:30
parent 73f54fd5f0
commit 8d984a42e6

View File

@ -410,7 +410,7 @@ class NonEbClaimApiController extends BaseController
$builder->where('tm.is_active', 1);
// Filters
if (!empty($body['client_id'])) $builder->where('tm.client_id', (int)$body['client_id']);
if (!empty($body['client_id'])) $builder->where('md5(tm.client_id)', (int)$body['client_id']);
if (!empty($body['insurer_id'])) $builder->where('tm.insurer_id', (int)$body['insurer_id']);
if (!empty($body['policy_type_id'])) $builder->where('tm.policy_type_id', (int)$body['policy_type_id']);
if (!empty($body['claim_status_id'])) $builder->where('tm.claim_status_id', (int)$body['claim_status_id']);