1/7
This commit is contained in:
@@ -212,6 +212,7 @@ public class AppletGiftBagService extends MybatisBaseService<AppletGiftBagMapper
|
|||||||
double i=0;
|
double i=0;
|
||||||
for(GiftBagGoods goods:goodsList){
|
for(GiftBagGoods goods:goodsList){
|
||||||
i=i+Double.valueOf(goods.getPrice())*Double.valueOf(goods.getGoodsNumber());
|
i=i+Double.valueOf(goods.getPrice())*Double.valueOf(goods.getGoodsNumber());
|
||||||
|
goods.setIconUrl(fileUploadComponent.getUrlPrefix() +goods.getIconUrl());
|
||||||
}
|
}
|
||||||
appletGiftBagVo.setPrice(String.valueOf(i));
|
appletGiftBagVo.setPrice(String.valueOf(i));
|
||||||
appletGiftBagVo.setGoods(goodsList);
|
appletGiftBagVo.setGoods(goodsList);
|
||||||
|
|||||||
Reference in New Issue
Block a user