From 86477a6de04054ed16ec67147f58fc810f4bd6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= <250213850@qq.com> Date: Mon, 19 Sep 2022 17:07:32 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BC=98=E5=8C=96=E9=9D=A2=E8=AF=95=E9=98=B6?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/api_v1/endpoints/interview.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/api_v1/endpoints/interview.py b/api/api_v1/endpoints/interview.py index 9fa7d85..e30307e 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -184,6 +184,7 @@ async def interview_find( await interview.init() res = interview.find_interview_every_sql() sql = res['sql'] + print(sql) data = await db.execute(sql) if not data: res_msg = {