瀏覽代碼

no message

zhangchuanxing 1 月之前
父節點
當前提交
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 {