This commit is contained in:
邹宗楠
2023-08-01 15:37:13 +08:00
parent d852587123
commit 54316a7293
2 changed files with 4 additions and 2 deletions

View File

@@ -2751,7 +2751,7 @@ var storeList = []int64{
//668932, //668932,
//668931, //668931,
//668917, //668917,
102969, //102969,
102966, 102966,
668909, 668909,
668908, 668908,

View File

@@ -213,7 +213,9 @@ func Init() {
ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() { ScheduleTimerFunc("UpdateTaoSkuUpdateOffShelf", func() {
orderman.UpdateTaoSkuUpdateOffShelf() orderman.UpdateTaoSkuUpdateOffShelf()
}, []string{ }, []string{
"15:20:00", "15:42:00",
"16:42:00",
"17:42:00",
}) })
// 每分钟轮询一次,推送骑手信息 // 每分钟轮询一次,推送骑手信息