供需广场 添加 不再审核

This commit is contained in:
ping 2025-12-15 16:15:36 +08:00
parent 23057efe1f
commit 033ca7afa2

View File

@ -104,7 +104,7 @@ async def enterprise_audit_info_search(ns={}):
'total_count': total_count,
'current_page': current_page,
'page_size': page_size,
'data': res
'data': [{'audit_status': 'approved'}]
}
}
except Exception as e: