正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -332,7 +332,7 @@ class WeChatBaseController extends BaseController | @@ -332,7 +332,7 @@ class WeChatBaseController extends BaseController | ||
332 | foreach($vo as $k=>$v){ | 332 | foreach($vo as $k=>$v){ |
333 | if($v['form_type'] == 1){ | 333 | if($v['form_type'] == 1){ |
334 | $result1[] = $v['insurance_price']; | 334 | $result1[] = $v['insurance_price']; |
335 | - 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)){ |
336 | $result2[] = $v['insurance_price']; | 336 | $result2[] = $v['insurance_price']; |
337 | } | 337 | } |
338 | }else if($v['form_type'] == 2){ | 338 | }else if($v['form_type'] == 2){ |
-
请 注册 或 登录 后发表评论