update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user