浏览代码

Merge branch 'master' into hajar

ifah
父节点
当前提交
2949e822ef
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      app/Http/Controllers/DS/DealerController.php

+ 0
- 2
app/Http/Controllers/DS/DealerController.php 查看文件

$nested_data = array(); $nested_data = array();
foreach ($dealer_claimAll as $c){ foreach ($dealer_claimAll as $c){
$customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first(); $customer = Subscriber::with('Form')->where('_id', $c->customer_id)->first();
info($c->customer_id);
$address = ''; $address = '';
if($customer->Form->type_application == 'R'){ if($customer->Form->type_application == 'R'){
if($customer->street != ''){ if($customer->street != ''){
foreach ($dataClaim as $c){ foreach ($dataClaim as $c){


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


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

正在加载...
取消
保存