From 3aaece3d07ec5de89082ca8bd4c30986f895af24 Mon Sep 17 00:00:00 2001 From: 27942 Date: Fri, 16 Jan 2026 15:13:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A1=88=E4=BB=B6=E6=A8=A1?= =?UTF-8?q?=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- User/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/User/views.py b/User/views.py index 451dadd..2322541 100644 --- a/User/views.py +++ b/User/views.py @@ -1013,7 +1013,6 @@ class roxyExhibition(APIView): if info.type == "立项登记": try: from business.views import search_related_records - from business.models import ProjectRegistration project_id = int(info.user_id) project = ProjectRegistration.objects.filter(id=project_id, is_deleted=False).first()