...
|
...
|
@@ -124,7 +124,7 @@ class MeGuaranteeController extends WeChatBaseController |
|
|
}else if($param['status'] == 2){
|
|
|
$where['o.status'] = ['eq',3];
|
|
|
$where['c.insurer'] = ['eq',$param['insurer']];
|
|
|
$where['o.order_about_time'] = array(array('<',$time),array('>',$time+30*24*60*60));//array(array('gt',1),array('lt',10))
|
|
|
$where['o.order_about_time'] = array(array('<',$time),array('>',$time-30*24*60*60));//array(array('gt',1),array('lt',10))
|
|
|
// $where['o.order_about_time'] = ['>',$time];
|
|
|
$whereor = "o.status = 1 and c.insurer = "."'".$insurer."'"." and o.order_about_time < $time and o.order_about_time > ".($time-30*24*60*60);
|
|
|
}else if($param['status'] == 3){
|
...
|
...
|
|