公会后台-流水修改
This commit is contained in:
@@ -76,7 +76,7 @@ class Room extends Model
|
||||
// $give_where['from'] = ["in",[2,3,6]];
|
||||
$give_where['from'] = 2;
|
||||
if(!empty($stime)){
|
||||
$give_where['createtime'] = ['>=',strtotime($stime)];
|
||||
$give_where['apply_time'] = ['>=',strtotime($stime)];
|
||||
}
|
||||
if(!empty($etime)){
|
||||
$give_where['createtime'] = ['<',strtotime($etime)];
|
||||
|
||||
Reference in New Issue
Block a user