This commit is contained in:
苏尹岚
2020-11-19 17:15:51 +08:00
parent c241149092
commit 681277d355

View File

@@ -1443,6 +1443,7 @@ func changeList2Jds(list []*dao.StoreSkuSyncInfo) (rList []*dao.StoreSkuSyncInfo
storeSku.DescImg = v[0].DescImg
storeSku.JdsWareID = v[0].JdsWareID
storeSku.CategoryName = v[0].CategoryName
storeSku.VendorOrgCode = v[0].VendorOrgCode
rList = append(rList, storeSku)
}
return rList