正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -124,7 +124,7 @@ class MeGuaranteeController extends WeChatBaseController | @@ -124,7 +124,7 @@ class MeGuaranteeController extends WeChatBaseController | ||
124 | }else if($param['status'] == 2){ | 124 | }else if($param['status'] == 2){ |
125 | $where['o.status'] = ['eq',3]; | 125 | $where['o.status'] = ['eq',3]; |
126 | $where['c.insurer'] = ['eq',$param['insurer']]; | 126 | $where['c.insurer'] = ['eq',$param['insurer']]; |
127 | - $where['o.order_about_time'] = array(array('<',$time),array('>',$time+30*24*60*60));//array(array('gt',1),array('lt',10)) | 127 | + $where['o.order_about_time'] = array(array('<',$time),array('>',$time-30*24*60*60));//array(array('gt',1),array('lt',10)) |
128 | // $where['o.order_about_time'] = ['>',$time]; | 128 | // $where['o.order_about_time'] = ['>',$time]; |
129 | $whereor = "o.status = 1 and c.insurer = "."'".$insurer."'"." and o.order_about_time < $time and o.order_about_time > ".($time-30*24*60*60); | 129 | $whereor = "o.status = 1 and c.insurer = "."'".$insurer."'"." and o.order_about_time < $time and o.order_about_time > ".($time-30*24*60*60); |
130 | }else if($param['status'] == 3){ | 130 | }else if($param['status'] == 3){ |
-
请 注册 或 登录 后发表评论