公会后台-流水修改

This commit is contained in:
2025-12-29 15:34:11 +08:00
parent 69daeb15ee
commit 0499b8c98d

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['createtime'] = ['>=',strtotime($stime)];
$give_where['apply_time'] = ['>=',strtotime($stime)];
}
if(!empty($etime)){
$give_where['createtime'] = ['<',strtotime($etime)];