1
This commit is contained in:
@@ -425,9 +425,9 @@ func Init() {
|
||||
}, dailyWorkTimeList)
|
||||
ScheduleTimerFunc("doDailyWork2-1", func() {
|
||||
// 刷新商品,换个时间节点,房子请求超时
|
||||
//cms.CurVendorSync.SyncStoresSkus2(jxcontext.AdminCtx, nil, 0, dao.GetDB(), []int{1, 3}, nil, false, nil, nil, model.SyncFlagSaleMask, true, true)
|
||||
cms.CurVendorSync.SyncStoresSkus2(jxcontext.AdminCtx, nil, 0, dao.GetDB(), []int{1, 3}, nil, false, nil, nil, model.SyncFlagSaleMask, true, true)
|
||||
// 刷新门店平台商品
|
||||
syncStoreSku()
|
||||
//syncStoreSku()
|
||||
}, []string{"02:00:00"})
|
||||
|
||||
ScheduleTimerFunc("doDailyWork3", func() {
|
||||
|
||||
Reference in New Issue
Block a user