Ken 6 ngày trước cách đây
mục cha
commit
a6bc852670
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/Services/BackflowService.php

+ 1 - 1
app/Services/BackflowService.php

@@ -75,7 +75,7 @@ class BackflowService extends BaseService
         $date = Carbon::now('Asia/Shanghai')->format('Y-m');
         $limit = isset($search['limit']) ? $search['limit'] : 15;
         $paginator = self::$MODEL::where(self::getWhere($search))
-//            ->where('date', '<', $date)
+            ->where('date', '<', $date)
             ->orderByDesc('date')
             ->orderBy('status')
             ->paginate($limit);