stanley-king 3 年之前
父节点
当前提交
7c1353b011
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plot/MchDataCenter.py

+ 1 - 1
plot/MchDataCenter.py

@@ -638,7 +638,7 @@ class MchDataCenter(object):
 
         while True:
             try:
-                time_stamp = int(stime.time() - 2 * 86400)
+                time_stamp = int(stime.time())
                 presecs = [900, 1800, 3600, 7200, 86400]
                 all_paths = self.paths(time_stamp)
                 mchid_paths = self.merchant_rmobile_path(all_paths)