FIX_MIXED_INCEPTION : RV

This commit is contained in:
VENKATESHWARAN 2025-05-07 17:12:35 +05:30
parent 481a9c430c
commit 44fcd18165

View File

@ -949,6 +949,9 @@ class EmpDataServiceController extends BaseController
$export_data['event_type'] = 'correction';
$correctionData = $this->employeePolicyModel->getCorrectionEmployeesDataForExportExcel($export_data);
}else if($value == "missed_inception"){
$export_data['event_type'] = 'missed_inception';
$additionData = $this->employeePolicyModel->getInceptionEmployeeDataForExportExcel($export_data);
}
}