diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index a742d36b8..9dde97d1f 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -142,10 +142,10 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo return nil, err } } - if vendorID == model.VendorIDEBAI && catInfo.VendorOrgCode == "34665" && catInfo.CityCode == 510100 && catInfo.IsExdSync == 0 { - catInfo.Name = catInfo.ExdName - catInfo.Seq = catInfo.ExdSeq - } + //if vendorID == model.VendorIDEBAI && catInfo.VendorOrgCode == "34665" && catInfo.CityCode == 510100 && catInfo.IsExdSync == 0 { + // catInfo.Name = catInfo.ExdName + // catInfo.Seq = catInfo.ExdSeq + //} if vendorID != model.VendorIDJD && vendorID != model.VendorIDJDShop { if catInfo.IsSysCat == model.YES && catInfo.StoreCatID != 0 { catInfo.Name = catInfo.StoreCatName