customer_uid
This commit is contained in:
@@ -24,7 +24,7 @@ class AirFlow extends BaseController
|
||||
// $row = $query->getRowArray();
|
||||
while ($row = $query->getUnbufferedRow()) {
|
||||
|
||||
log_message('critical', "AirFlow::processLoadData ********* ALL 0000 ". $row->customer_uid );
|
||||
// log_message('critical', "AirFlow::processLoadData ********* ALL 0000 ". $row->customer_uid );
|
||||
$this->parseLoadDetail($row->uid,$row->customer_uid,$row->loan_detail);
|
||||
|
||||
// echo $row->customer_uid;
|
||||
@@ -48,8 +48,8 @@ class AirFlow extends BaseController
|
||||
private function parseLoadDetail($uid,$customer_uid,$loan_detail){
|
||||
|
||||
$loan_detail_array = unserialize($loan_detail->loan_reference);
|
||||
log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_detail *** ". $loan_detail->loan_reference );
|
||||
log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_reference*** ". $loan_detail_array["loan_reference"] );
|
||||
log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***customer_uid *** ". $loan_detail->customer_uid );
|
||||
log_message('critical', "AirFlow::processLoadData*parseLoadDetail ***loan_reference*** ". $loan_detail_array->loan_reference );
|
||||
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user