优化案件模块

This commit is contained in:
27942
2026-01-16 15:13:23 +08:00
parent 47e5e72444
commit 3aaece3d07

View File

@@ -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()