FIX_LIVE_ISSUE
This commit is contained in:
parent
2f89318d93
commit
f76cd226bb
@ -516,11 +516,11 @@ class EmployeePolicyModel extends Model
|
|||||||
";
|
";
|
||||||
|
|
||||||
if($insurer_or_tpa == 'insurer'){
|
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'){
|
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
|
$binds = ["datas" => $datas,"event" => $event
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user