This commit is contained in:
王思川 2022-04-14 03:19:14 +08:00
parent 03ba0ecca3
commit 4e81502488
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class DashBoardImpl:
# start = time.strftime("%Y-%m-%d", time.localtime(time.time() - 60*60*24*30)) # start = time.strftime("%Y-%m-%d", time.localtime(time.time() - 60*60*24*30))
# 默认查询起始日期是30天以前 # 默认查询起始日期是30天以前
start = time.strftime("%Y-%m-%d", time.localtime(time.time() - 60*60*24*30)) start = time.strftime("%Y-%m-%d", time.localtime(time.time() - 60*60*24*365))
records = db.find_data_with_aggregate( records = db.find_data_with_aggregate(
"企业数据", "企业数据",