|
|
@@ -75,8 +75,9 @@ 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)
|
|
|
->with(['member'])
|
|
|
- ->where('date', '<', $date)
|
|
|
->orderByDesc('date')
|
|
|
->orderBy('status')
|
|
|
->paginate($limit);
|