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

托管成功短信提示

... ... @@ -51,8 +51,8 @@ class OrderInfoModel extends Model
$time = time();
$where1['o.delete_time'] = ['eq',0];
$where1['c.expire_time'] = ['>',time()];//判断保单是否还在缴费期限内
$where1['o.order_expire_time'] = ['>',time()];//筛选出托管中状态
$where1['o.order_about_time'] = ['>',(time()-30*24*60*60)];//筛选出托管中状态
// $where1['o.order_expire_time'] = ['>',time()];//筛选出托管中状态
// $where1['o.order_about_time'] = ['>',(time()-30*24*60*60)];//筛选出托管中状态
//$where1['o.status'] = ['eq',3];//筛选出托管中状态
$field = "c.*,o.order_expire_time,o.status";
$data = $this
... ...
... ... @@ -102,7 +102,7 @@
<div class="tuoguan_cell" data-insurance-type-id="1">
<div class="tuoguancell_title">重疾</div>
<div class="mydata1">
<php>$one_collocation_type3 = [];</php>
<php>$one_collocation_type3 = [];dump($con_collocation_type3);</php>
<php>$one_collocation_type1 = [];</php>
<php>$one_collocation_type2 = [];</php>
<notempty name="$data_one">
... ...