From 203af881faba23a1ddf9b442416a2fbbf6a0442e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E4=BC=9F?= <250213850@qq.com> Date: Tue, 8 Nov 2022 19:02:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=89=93=E5=8D=B0=E9=9D=A2=E8=AF=95=E5=AE=89?= =?UTF-8?q?=E6=8E=92?= 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 7de1cbe..c204bbd 100644 --- a/api/api_v1/endpoints/interview.py +++ b/api/api_v1/endpoints/interview.py @@ -1220,6 +1220,7 @@ async def condition( len_sql = len_sql.replace('where and', 'where', 1) sql = sql.replace('where and', 'where', 1) # 返回数据条数 + print(sql) df_len = await ckdb.query_dataframe(len_sql) len_date = len(df_len) df = await ckdb.query_dataframe(sql)