|
|
- $list[$k]['b_count'] = AuctionBooking::where([['create_time', '>=', $day], ['create_time', '<=', $tomorrow], ['auction_id', '=', $list[$k]['id']]])->count();
|
|
|
+ $list[$k]['b_count'] = AuctionBooking::where([['frequency', '=', $v['frequency']], ['auction_id', '=', $v['id']]])->count();
|