MERGE_UAT_LIVE_ISSUES
This commit is contained in:
commit
bf7ebb04b9
@ -516,11 +516,11 @@ class EmployeePolicyModel extends Model
|
||||
";
|
||||
|
||||
if($insurer_or_tpa == 'insurer'){
|
||||
$sql .= "AND (employee_polices.uhid IS NULL OR employee_polices.uhid <> '')";
|
||||
$sql .= "AND employee_polices.uhid IS NULL";
|
||||
}
|
||||
|
||||
if($insurer_or_tpa == 'tpa'){
|
||||
$sql .= "AND (employee_polices.tpa_id IS NULL OR employee_polices.tpa_id <> '')";
|
||||
$sql .= "AND employee_polices.tpa_id IS NULL";
|
||||
}
|
||||
|
||||
$binds = ["datas" => $datas,"event" => $event
|
||||
|
||||
Loading…
Reference in New Issue
Block a user