소스 검색

no message

zhangchuanxing 3 달 전
부모
커밋
cb128c070b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {