作者 王晓刚
1 个管道 的构建 通过 耗费 1 秒

托管成功短信提示

@@ -330,8 +330,6 @@ class WeChatBaseController extends BaseController @@ -330,8 +330,6 @@ class WeChatBaseController extends BaseController
330 $result1 = []; 330 $result1 = [];
331 $result2 = []; 331 $result2 = [];
332 foreach($vo as $k=>$v){ 332 foreach($vo as $k=>$v){
333 - dump($v['order_about_time']);  
334 - dump(time()-30*24*60*60);  
335 if($v['form_type'] == 1){ 333 if($v['form_type'] == 1){
336 $result1[] = $v['insurance_price']; 334 $result1[] = $v['insurance_price'];
337 if($v['order_expire_time'] < time() or $v['status'] == 1 or $v['order_about_time'] > (time()-30*24*60*60)){ 335 if($v['order_expire_time'] < time() or $v['status'] == 1 or $v['order_about_time'] > (time()-30*24*60*60)){
@@ -392,8 +390,6 @@ class WeChatBaseController extends BaseController @@ -392,8 +390,6 @@ class WeChatBaseController extends BaseController
392 } 390 }
393 } 391 }
394 } 392 }
395 - dump($result1);  
396 - dump($result2);  
397 if(empty($result1)){//未有保单 393 if(empty($result1)){//未有保单
398 $arr['type'] = 1; 394 $arr['type'] = 1;
399 }else if(empty($result2)){//保障缺失 395 }else if(empty($result2)){//保障缺失