Commit bdd09f2e by LiuJunYi

excel增加字段

parent 27773164
......@@ -64,7 +64,9 @@ class User extends AuthBase
$condition['nickname'] = ['like','%'.$nickname.'%'];
}
if($is_vip){
$condition['is_vip'] = $is_vip;
$condition['vip_endtime'] = ['>=',date('Y-m-d H:i:s',time())];
}else{
$condition['vip_endtime'] = ['<',date('Y-m-d H:i:s',time())];
}
if($start_time&&$end_time){
$condition['created_at'] = ['between',[$start_time.' 00:00:00',$end_time.' 00:00:00']];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment