xingzai il y a 1 an
Parent
commit
a4d0848c9d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/activity_meeting.go

+ 1 - 1
services/activity_meeting.go

@@ -188,7 +188,7 @@ func GetActivityMeetingByJmcj(cont context.Context) (err error) {
 	for _, v := range sliceValue {
 		mapActivityIdlLongTime[v] = v
 	}
-	dateTime := time.Now().AddDate(0, 0, 14).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"