liuxiaolong
2020-08-14 e8944f042141152f0cd2aa104a6724fd12475e6a
add log
1个文件已修改
1 ■■■■ 已修改文件
controllers/restriction.go 1 ●●●● 补丁 | 查看 | 原始文档 | 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 {