diff --git a/business/jxstore/cms/sync2.go b/business/jxstore/cms/sync2.go index 25c669144..2e52fe5d7 100644 --- a/business/jxstore/cms/sync2.go +++ b/business/jxstore/cms/sync2.go @@ -54,7 +54,9 @@ func syncCategories(ctx *jxcontext.Context, db *dao.DaoDB, parentTask tasksch.IT //表示是不用京西分类,要用平台分类 if catVendorInfo.IsJxCat == model.YES { catVendorInfo.Seq = catVendorInfo.VendorCategorySeq - catVendorInfo.Name = catVendorInfo.VendorCategoryName + if catVendorInfo.VendorCategoryName != "" { + catVendorInfo.Name = catVendorInfo.VendorCategoryName + } } if multiStoresHandler, ok := partner.GetPurchasePlatformFromVendorID(catVendorInfo.VendorID).(partner.IMultipleStoresHandler); ok { if model.IsSyncStatusDelete(catVendorInfo.CatSyncStatus) { //删除