后台盲盒转盘数据查询时间限制。

This commit is contained in:
2026-01-16 22:09:23 +08:00
parent 446076cc2e
commit 43e69a2895

View File

@@ -732,8 +732,8 @@ class BlindBox extends adminApi
$room_id = input('room_id', ''); $room_id = input('room_id', '');
$gift_bag_id = input('gift_bag_id', ''); $gift_bag_id = input('gift_bag_id', '');
$periods = input('periods', ''); $periods = input('periods', '');
$stime = input('stime', ''); $stime = input('stime', date('Y-m-d'));
$etime = input('etime', ''); $etime = input('etime', date('Y-m-d h:i:s', time()));
$where = []; $where = [];
if($room_id){ if($room_id){
$where['room_id'] = $room_id; $where['room_id'] = $room_id;