Explorar o código

Merge branch 'cygx_10.7' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai hai 1 ano
pai
achega
ccbfec6737
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"