FIX_SI_ENHANCEMENT_INPROGRESS_ISSUE : RV
This commit is contained in:
parent
cd87339514
commit
2816cfad0c
@ -3046,6 +3046,8 @@ class EmpDataServiceController extends BaseController
|
|||||||
|
|
||||||
// dd($emp_policy_ids, $emp_details, $endorsement_details);
|
// dd($emp_policy_ids, $emp_details, $endorsement_details);
|
||||||
|
|
||||||
|
if ($file['insurer_or_tpa'] == 'insurer') {
|
||||||
|
|
||||||
$this->employeePolicyModel->updateBatch($emp_policy_ids, 'id');
|
$this->employeePolicyModel->updateBatch($emp_policy_ids, 'id');
|
||||||
|
|
||||||
// $this->employeePolicyModel->insertBatch($emp_details);
|
// $this->employeePolicyModel->insertBatch($emp_details);
|
||||||
@ -3065,6 +3067,7 @@ class EmpDataServiceController extends BaseController
|
|||||||
|
|
||||||
$this->employeePolicyModel->bulkUpdateForEndorsement($endorsement_details);
|
$this->employeePolicyModel->bulkUpdateForEndorsement($endorsement_details);
|
||||||
$this->storeEndorsementNumber($file_id, $endorsement_id, $enrollment_file_id);
|
$this->storeEndorsementNumber($file_id, $endorsement_id, $enrollment_file_id);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Update batch file status and amount
|
// Update batch file status and amount
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user