删除预立案接口
This commit is contained in:
27942
2025-12-25 10:54:45 +08:00
parent 672a82a2a6
commit a13b5c3c9f

View File

@@ -88,7 +88,7 @@ class registrationDetail(APIView):
if Undertaker:
Q_obj &= Q(Undertaker__icontains=Undertaker)
pre = PreFiling.objects.filter(Q_obj)
pre = PreFiling.objects.filter(Q_obj).order_by('-id')
total = len(pre)
paginator = Paginator(pre, per_page)