diff --git a/business/jxstore/misc/misc.go b/business/jxstore/misc/misc.go index 39244a64d..dedcd155e 100644 --- a/business/jxstore/misc/misc.go +++ b/business/jxstore/misc/misc.go @@ -99,4 +99,5 @@ func doDailyWork() { globals.SugarLogger.Debug("doDailyWork") cms.EnableHaveRestStores(jxcontext.AdminCtx, true, true) cms.CurVendorSync.FullSyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDJD}, nil, true, true) + cms.CurVendorSync.SyncStoresSkus(jxcontext.AdminCtx, dao.GetDB(), []int{model.VendorIDEBAI, model.VendorIDMTWM}, nil, nil, false, true, true) }