房间流水详情

This commit is contained in:
2026-01-07 20:38:58 +08:00
parent cd4e70b4d7
commit 16db1ccf1f

View File

@@ -27,7 +27,6 @@ class GiveGiftBases extends Model
$where = [];
$options = [];
$where['from_id'] = 6065;
// 构建查询条件
if (!empty($params['from_id'])) {
$where['from_id'] = $params['from_id'];
@@ -56,7 +55,7 @@ class GiveGiftBases extends Model
$options['start_time'] = strtotime($params['start_time']);
}
if (!empty($params['end_time'])) {
$options['end_time'] = strtotime($params['end_time']);
$options['end_time'] = strtotime($params['end_time'] . ' 23:59:59');
}
// 分页参数