更新直播送礼

This commit is contained in:
yaooo 2023-10-28 09:42:32 +08:00
parent 1d2a72e4db
commit 9ed5034de7

View File

@ -189,7 +189,6 @@ class UserBillDao extends BaseDao
*/
public function search(array $where)
{
halt($where);
return UserBill::getDB()
->when(isset($where['now_money']) && in_array($where['now_money'], [0, 1, 2]), function ($query) use ($where) {
if ($where['now_money'] == 0)