FIX_CLAIM_STATUS_1_YES_0_NO
This commit is contained in:
parent
329ca1b2a0
commit
9dae88d95a
@ -1196,7 +1196,10 @@ class EmployeePolicyModel extends Model
|
|||||||
deletiondata.changeevent,
|
deletiondata.changeevent,
|
||||||
deletiondata.reasonforexit,
|
deletiondata.reasonforexit,
|
||||||
deletiondata.status,
|
deletiondata.status,
|
||||||
deletiondata.claimstatus,
|
CASE
|
||||||
|
WHEN deletiondata.claimstatus = 1 THEN 'Yes'
|
||||||
|
ELSE 'No'
|
||||||
|
END AS claimstatus,
|
||||||
|
|
||||||
DATE_FORMAT(employees.dob, '%d-%b-%Y') AS emp_dob,
|
DATE_FORMAT(employees.dob, '%d-%b-%Y') AS emp_dob,
|
||||||
DATE_FORMAT(employees.doj, '%d-%b-%Y') AS emp_doj,
|
DATE_FORMAT(employees.doj, '%d-%b-%Y') AS emp_doj,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user