后台盲盒转盘数据查询时间限制。
This commit is contained in:
@@ -732,8 +732,8 @@ class BlindBox extends adminApi
|
||||
$room_id = input('room_id', '');
|
||||
$gift_bag_id = input('gift_bag_id', '');
|
||||
$periods = input('periods', '');
|
||||
$stime = input('stime', '');
|
||||
$etime = input('etime', '');
|
||||
$stime = input('stime', date('Y-m-d'));
|
||||
$etime = input('etime', date('Y-m-d h:i:s', time()));
|
||||
$where = [];
|
||||
if($room_id){
|
||||
$where['room_id'] = $room_id;
|
||||
|
||||
Reference in New Issue
Block a user