分子分母归属月份字段更新
This commit is contained in:
@@ -185,7 +185,7 @@ class CommonModule:
|
||||
|
||||
# 获取指定天数前的日期
|
||||
now_time = datetime.now()
|
||||
yes_time = now_time + timedelta(days=-2)
|
||||
yes_time = now_time + timedelta(days=-2) # 防止NGV没更新
|
||||
yes_time_nyr = int(yes_time.strftime('%Y%m%d')) # 获取前两天日期
|
||||
|
||||
# 获取指定天数前的日期
|
||||
|
||||
Reference in New Issue
Block a user