zhangchuanxing hai 1 semana
pai
achega
bf581f41c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/roadshow/calendar.go

+ 1 - 1
services/roadshow/calendar.go

@@ -327,7 +327,7 @@ func SyncCalendarFromShanghai(cont context.Context) (err error) {
 		mapAdminIdMobil[v.AdminId] = v.Mobile
 	}
 	//获取前后三十天的信息
-	startDate := time.Now().AddDate(0, 0, -30).Format(utils.FormatDate)
+	startDate := time.Now().AddDate(0, 0, -20).Format(utils.FormatDate)
 	endDate := time.Now().AddDate(0, 0, 30).Format(utils.FormatDate)
 	var userPhone string
 	var list []roadshow.UserCalendar