소스 검색

add flag to find error

ifah
Siti Hajar Ibrahim 5 년 전
부모
커밋
48486703c1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2
    0
      app/Http/Controllers/DS/DealerController.php

+ 2
- 0
app/Http/Controllers/DS/DealerController.php 파일 보기

@@ -914,6 +914,7 @@ class DealerController extends Controller
$nested_data = array();
foreach ($dealer_claimAll as $c){
$customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first();
info($c->customer_id);
$address = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){
@@ -2087,6 +2088,7 @@ class DealerController extends Controller
foreach ($dataClaim as $c){

$address = ''; $name = '';
info($c->Subscriber->_id);
if($c->Subscriber->Form->type_application == 'R'){

if($c->Subscriber->street != ''){

Loading…
취소
저장