From c1118fc335262fdf8145f1449021bae73e2a453d Mon Sep 17 00:00:00 2001 From: TermiNexus Date: Fri, 19 Jun 2026 20:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E5=88=86=E9=A1=B5=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/view.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/view.py b/backend/view.py index 1dcee9f..b6f5a1e 100644 --- a/backend/view.py +++ b/backend/view.py @@ -5825,6 +5825,7 @@ class FaKuanLieBiaoView(APIView): ) qs = qs.order_by('-CreateTime') + paginator = Paginator(qs, page_size) try: page_obj = paginator.page(page) except Exception: