Commit 1d522f3f authored by xianyang's avatar xianyang

优化查询日期时间

parent abddacc0
......@@ -431,7 +431,7 @@ class AccountStatistics(object):
total_list = []
yw_condition = self.public_query()
if get_now_timestamp() - time_str_to_timestamp(self.start_time + ' 00:00:00') > 90 * 3600:
if get_now_timestamp() - time_str_to_timestamp(self.start_time + ' 00:00:00') > 90 * 86400:
month, last_month, before_last_month = judge_time_period(self.start_time)
else:
month, last_month, before_last_month = get_last_month()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment