zhangchuanxing 1 miesiąc temu
rodzic
commit
cb128c070b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      services/roadshow/report.go

+ 1 - 1
services/roadshow/report.go

@@ -50,7 +50,7 @@ func AddReportRecord(cont context.Context) (err error) {
 		companyMapRai[v.CompanyId] = v
 	}
 
-	endDate := time.Now().AddDate(-0, 0, -3).Format(utils.FormatDate)
+	endDate := time.Now().AddDate(-0, 0, -37).Format(utils.FormatDate)
 
 	existList, err := roadshow.GetExistRsReportRecord(endDate)
 	if err != nil {