This commit is contained in:
yan.y
2024-05-10 22:55:49 +08:00
parent de895227ef
commit 798e7aae92
2 changed files with 6 additions and 6 deletions
+1
View File
@@ -62,6 +62,7 @@ func GetStrDays(day int, minute int, reserveMap map[string]models.ReserveTimeFil
Time: nextHour.Format("15:04"),
Y: false,
})
nextHour = nextHour.Add(time.Duration(minute) * time.Minute)
continue
}
if _, ok := dayHoursMap[key]; ok {