diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 8a1b6fb37..73217bec0 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -188,7 +188,9 @@ func (v *VendorSync) oldSyncReorderCategories(ctx *jxcontext.Context, db *dao.Da func (v *VendorSync) SyncStore(ctx *jxcontext.Context, db *dao.DaoDB, vendorID, storeID int, isAsync bool, userName string) (hint string, err error) { globals.SugarLogger.Debugf("SyncStore, storeID:%d", storeID) - + if vendorID == model.VendorIDJX { + return "1", nil + } var vendorIDs []int if vendorID != -1 { vendorIDs = []int{