浏览代码

no message

xingzai 1 年之前
父节点
当前提交
624301c36f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/statistic_company_merge.go

+ 1 - 1
controllers/statistic_company_merge.go

@@ -1488,7 +1488,7 @@ func (this *StatisticCompanyMergerController) GetYearList() {
 		return
 	}
 	thisYear := time.Now().Year()
-	startYear := 2021 //初始查询年份
+	startYear := 2022 //初始查询年份
 
 	resp := new(company.SearchYearListResp)
 	var yearList []int