FIX_ISSUE
This commit is contained in:
parent
369a1f297d
commit
cb0639fede
@ -250,7 +250,7 @@ class ApiServiceController extends BaseController
|
|||||||
public function pushClaimFiles($claimId)
|
public function pushClaimFiles($claimId)
|
||||||
{
|
{
|
||||||
|
|
||||||
$claimId = $this->request->getGet('claim_id');
|
// $claimId = $this->request->getGet('claim_id');
|
||||||
|
|
||||||
$data = $this->db->table('ticket_master tm')
|
$data = $this->db->table('ticket_master tm')
|
||||||
->select('tm.id,tm.tpa_id ')->where('tm.id', $claimId)->get()->getRowArray(); // single record
|
->select('tm.id,tm.tpa_id ')->where('tm.id', $claimId)->get()->getRowArray(); // single record
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user