This commit is contained in:
邹宗楠
2023-08-03 22:49:12 +08:00
parent e1d662143b
commit 1e1f149570

View File

@@ -514,11 +514,13 @@ func Init() {
// }, []string{"13:00:00"})
//}
globals.SugarLogger.Debugf("======== : %s", utils.Format4Output(hangzhou[0:20], false))
if beego.BConfig.RunMode != "jxgy" {
ScheduleTimerFunc("RefreshSyncSkuListTao", func() {
syncStoreSkuTao(hangzhou[0:20])
globals.SugarLogger.Debugf("========2 : %s", utils.Format4Output(hangzhou[0:20], false))
syncStoreSkuTao(hangzhou[0:50])
}, []string{
"22:50:00",
"22:51:00",
})
}