正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -54,6 +54,7 @@ class LoadController extends HomeBaseController | @@ -54,6 +54,7 @@ class LoadController extends HomeBaseController | ||
54 | $content = "【橙象保单】尊敬的用户,您有一份保单即将到期需要续费,请在保障截止日期前完成续保,否则保单将失效,保险单号$vo[insurance_num],请在".date('Y月m日d',$vo['order_about_time']+30*24*60*60)."之前续费。"; | 54 | $content = "【橙象保单】尊敬的用户,您有一份保单即将到期需要续费,请在保障截止日期前完成续保,否则保单将失效,保险单号$vo[insurance_num],请在".date('Y月m日d',$vo['order_about_time']+30*24*60*60)."之前续费。"; |
55 | $this->note($content,$user2['mobile']); | 55 | $this->note($content,$user2['mobile']); |
56 | 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())); | 56 | 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())); |
57 | + Db::name('order')->where(['id'=>$vo['o_id']])->setInc('order_about_time',30*24*60*60); | ||
57 | } | 58 | } |
58 | } | 59 | } |
59 | }else if($type == 2){ | 60 | }else if($type == 2){ |
-
请 注册 或 登录 后发表评论