This commit is contained in:
邹宗楠
2025-11-27 15:27:26 +08:00
parent de174c6651
commit ab5cd58d3f

View File

@@ -570,7 +570,7 @@ func genSkuParamsFromStoreSkuInfo2(storeSku *dao.StoreSkuSyncInfo, isCreate, isE
sepcProperty := make([]map[string]interface{}, 0, 0)
catProperty := make([]map[string]interface{}, 0, 0)
attributeList := make([]*AttributeListEBai, 0, 0)
err = utils.UnmarshalUseNumber(utils.MustMarshal(storeSku.EbaiAttribute), &attributeList)
err = utils.UnmarshalUseNumber([]byte(storeSku.EbaiAttribute), &attributeList)
for _, al := range attributeList {
for _, pv := range al.PropertyValues {
property := map[string]interface{}{