|
@@ -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 {
|