...
|
...
|
@@ -54,6 +54,7 @@ class LoadController extends HomeBaseController |
|
|
$content = "【橙象保单】尊敬的用户,您有一份保单即将到期需要续费,请在保障截止日期前完成续保,否则保单将失效,保险单号$vo[insurance_num],请在".date('Y月m日d',$vo['order_about_time']+30*24*60*60)."之前续费。";
|
|
|
$this->note($content,$user2['mobile']);
|
|
|
Db::name('send_vice')->insert(array('order_id'=>$vo['o_id'],'collocation_id'=>$vo['id'],'time'=>$vo['order_about_time'],'user_id'=>$vo['user_id'],'create_time'=>time()));
|
|
|
Db::name('order')->where(['id'=>$vo['o_id']])->setInc('order_about_time',30*24*60*60);
|
|
|
}
|
|
|
}
|
|
|
}else if($type == 2){
|
...
|
...
|
|