From 838ac953e025a188f9b9fc1a0c2640cd6f680441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 10 Jul 2025 10:30:54 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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