房间流水详情
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
// 分页参数
|
||||
|
||||
Reference in New Issue
Block a user