From 033ca7afa2452da28d58016e32d6a986f195a73f Mon Sep 17 00:00:00 2001 From: ping <1017253325@qq.com> Date: Mon, 15 Dec 2025 16:15:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E9=9C=80=E5=B9=BF=E5=9C=BA=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E4=B8=8D=E5=86=8D=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- b/user/enterprise_audit_info_search.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/b/user/enterprise_audit_info_search.dspy b/b/user/enterprise_audit_info_search.dspy index 46be6f2..37f0825 100644 --- a/b/user/enterprise_audit_info_search.dspy +++ b/b/user/enterprise_audit_info_search.dspy @@ -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: