From 0b065b905c2027b93cc6e87379c1f7e59551d999 Mon Sep 17 00:00:00 2001 From: panda <7934952@qq.com> Date: Mon, 15 Jul 2024 17:08:00 +0800 Subject: [PATCH] add bne --- routers/statistic.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/routers/statistic.py b/routers/statistic.py index 05ac5de..f81bf75 100644 --- a/routers/statistic.py +++ b/routers/statistic.py @@ -17,5 +17,4 @@ async def statistic_list(): GROUP BY DATE ORDER BY DATE DESC;""" statistic_list = fetch_all(select_query) - return response_success(statistic_list, "statistic get list success") - + return response_success(statistic_list, "statistic get list success") \ No newline at end of file