This commit is contained in:
邹宗楠
2023-08-01 15:57:08 +08:00
parent 54316a7293
commit e9db0d7633

View File

@@ -213,7 +213,7 @@ func Init() {
ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() { ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() {
orderman.UpdateTaoSkuUpdateOffShelf() orderman.UpdateTaoSkuUpdateOffShelf()
}, []string{ }, []string{
"15:42:00", "16:00:00",
"16:42:00", "16:42:00",
"17:42:00", "17:42:00",
}) })