作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

代理人注册

... ... @@ -44,13 +44,11 @@ class OrderController extends AdminBaseController
$whereor = "o.status = 3 and o.order_about_time > $time";
}else if($param['status'] == 2){
$where['o.status'] = ['eq',3];
$where['c.insurer'] = ['eq',$param['insurer']];
$where['o.order_about_time'] = ['<',$time];
$where['o.order_expire_time'] = ['>',$time];
// $whereor = "o.status = 3 and o.order_about_time < $time";
}else if($param['status'] == 3){
$where['o.status'] = ['eq',2];
$where['c.insurer'] = ['eq',$param['insurer']];
$whereor = "o.status = 3 and o.order_expire_time < $time";
}
}
... ...