|
@@ -610,7 +610,7 @@ func ActivityAttendanceDetail(cont context.Context) (err error) {
|
|
|
}()
|
|
|
var activityIds string
|
|
|
fmt.Println("开始同步")
|
|
|
- dateTime := time.Now().AddDate(0, 0, -1).Format(utils.FormatDate)
|
|
|
+ dateTime := time.Now().AddDate(0, 0, -14).Format(utils.FormatDate)
|
|
|
dateNow := time.Now().AddDate(0, 0, 0).Format(utils.FormatDate)
|
|
|
startDate := dateTime + " 00:00:00"
|
|
|
endDate := dateNow + " 23:59:59"
|