|
|
@@ -812,7 +812,7 @@ const OneCirclesDealUserPublicPlatoonPunishLockKey = "one_circles_deal_user_publ |
|
|
|
func OneCirclesDealUserPublicPlatoonPunish(engine *xorm.Engine, masterId string) (err error) { |
|
|
|
now := time.Now() |
|
|
|
fmt.Println(now.Hour()) |
|
|
|
if !(now.Hour() > 3 && now.Hour() < 8) { |
|
|
|
if !(now.Hour() > 22 && now.Hour() < 24) { |
|
|
|
//TODO::只在凌晨一点 ~ 凌晨 8 点运行 |
|
|
|
return errors.New("非运行时间") |
|
|
|
} |
|
|
|