优化案件模块
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user