controllers/restriction.go | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
controllers/restriction.go
@@ -78,6 +78,7 @@ } func isBetween(st string, et string, nowDate string, nowTime time.Time) bool { fmt.Println("st:", st, "et:", et, "nowDate:", nowDate) if st == nowDate || et == nowDate { return true } else {