|
|
@ -212,6 +212,7 @@ public class AppletGiftBagService extends MybatisBaseService<AppletGiftBagMapper |
|
|
|
double i=0; |
|
|
|
for(GiftBagGoods goods:goodsList){ |
|
|
|
i=i+Double.valueOf(goods.getPrice())*Double.valueOf(goods.getGoodsNumber()); |
|
|
|
goods.setIconUrl(fileUploadComponent.getUrlPrefix() +goods.getIconUrl()); |
|
|
|
} |
|
|
|
appletGiftBagVo.setPrice(String.valueOf(i)); |
|
|
|
appletGiftBagVo.setGoods(goodsList); |
|
|
|