This commit is contained in:
DingZQ
2025-03-15 17:35:30 +08:00
parent fceedf9cba
commit f70ec0821b

View File

@@ -2166,7 +2166,7 @@ async def fastapi_query_all_records_by_date_with_type(querydate: str, querytype:
return results
@app.get("/queryallrecordsbydatewithtype/")
@app.get("/queryallrecordsbyidsdatetype/")
async def fastapi_query_all_records_by_ids_date_type(ids:str, querydate: str, querytype: str) -> list:
# 缓存查询结果提高性能
global redis_client