浏览代码

flag check error in Marketing Controller

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

+ 1
- 0
app/Http/Controllers/DS/MarketingController.php 查看文件

@@ -1754,6 +1754,7 @@ class MarketingController 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 = ''; $name = '';
if($customer->Form->type_application == 'R'){
if($customer->street != ''){

正在加载...
取消
保存