分子分母归属月份字段更新

This commit is contained in:
2026-01-06 16:24:35 +08:00
parent cf3814b3c2
commit 923c035fd5
9 changed files with 171 additions and 39 deletions
+1 -1
View File
@@ -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')) # 获取前两天日期
# 获取指定天数前的日期