|
|
@@ -78,7 +78,7 @@ class BackflowService extends BaseService
|
|
|
$limit = request()->input('limit', 10);
|
|
|
$date = Carbon::now('Asia/Shanghai')->format('Y-m');
|
|
|
$query = static::$MODEL::where(BetService::getWhere($search))
|
|
|
- ->where('date', '<', $date)
|
|
|
+// ->where('date', '<', $date)
|
|
|
;
|
|
|
if (isset($search['username']) && !empty($search['username'])) {
|
|
|
$username = $search['username'];
|