修改 三年报告期年度 BUG

This commit is contained in:
王思川 2022-01-04 10:55:55 +08:00
parent 599897901d
commit a9f44d49cc
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def make_3_report_dates():
Returns:
report_dates 三年报告期
"""
current_year = int(time.strftime("%Y", time.localtime()))
current_year = int(time.strftime("%Y", time.localtime()))-1
date_01 = str(current_year) + '-12-31'
date_02 = str(current_year-1) + '-12-31'
date_03 = str(current_year-2) + '-12-31'