更新直播送礼
This commit is contained in:
parent
1d2a72e4db
commit
9ed5034de7
@ -189,7 +189,6 @@ class UserBillDao extends BaseDao
|
|||||||
*/
|
*/
|
||||||
public function search(array $where)
|
public function search(array $where)
|
||||||
{
|
{
|
||||||
halt($where);
|
|
||||||
return UserBill::getDB()
|
return UserBill::getDB()
|
||||||
->when(isset($where['now_money']) && in_array($where['now_money'], [0, 1, 2]), function ($query) use ($where) {
|
->when(isset($where['now_money']) && in_array($where['now_money'], [0, 1, 2]), function ($query) use ($where) {
|
||||||
if ($where['now_money'] == 0)
|
if ($where['now_money'] == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user