1.打印面试安排

This commit is contained in:
李伟 2022-11-08 19:02:52 +08:00
parent 1ae9298f25
commit 203af881fa

View File

@ -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)