Ken 1 week ago
parent
commit
1e3797625e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Services/RebateService.php

+ 1 - 1
app/Services/RebateService.php

@@ -97,7 +97,7 @@ class RebateService extends BaseService
         $date = Carbon::now('America/New_York')->format('Y-m-d');
 
         $paginator = self::model()::where(self::getWhere($search))
-            ->where('date', '<', $date)
+//            ->where('date', '<', $date)
             ->orderByDesc('date')
             ->orderBy('status')
             ->orderByDesc('betting_amount')