突然想到

This commit is contained in:
苏尹岚
2020-05-14 14:25:11 +08:00
parent a257a0b9aa
commit 4c43cf59f7
3 changed files with 31 additions and 32 deletions

View File

@@ -1378,6 +1378,7 @@ func changeList2Jds(list []*dao.StoreSkuSyncInfo) (rList []*dao.StoreSkuSyncInfo
storeSku.UnitPrice = v[0].UnitPrice
storeSku.Img = v[0].Img
storeSku.Img2 = v[0].Img2
storeSku.DescImg = v[0].DescImg
rList = append(rList, storeSku)
}
return rList