Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
624301c36f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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