公会后台-流水修改

This commit is contained in:
2025-12-29 15:38:15 +08:00
parent 0499b8c98d
commit 19a846c274

View File

@@ -76,7 +76,7 @@ class Room extends Model
// $give_where['from'] = ["in",[2,3,6]];
$give_where['from'] = 2;
if(!empty($stime)){
$give_where['apply_time'] = ['>=',strtotime($stime)];
$give_where['createtime'] = ['>=',strtotime($stime)];
}
if(!empty($etime)){
$give_where['createtime'] = ['<',strtotime($etime)];