diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index be0cf3ed9..dcdca9a0d 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -94,6 +94,10 @@ func SyncStoreCategories(ctx *jxcontext.Context, parentTask tasksch.ITask, vendo return nil, err } } + if vendorID == model.VendorIDEBAI && storeID == 667281 && catInfo.VendorOrgCode == "34665" { + 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