Commit ece7959f by 刘鹏飞

coco订单详情商品总价

parent af5e3919
...@@ -192,7 +192,7 @@ public class CocoOrderRelationServiceImpl implements OrderRelationService { ...@@ -192,7 +192,7 @@ public class CocoOrderRelationServiceImpl implements OrderRelationService {
queryOrderResponseVo.setProducts(masterProducts); queryOrderResponseVo.setProducts(masterProducts);
// 商品总价需要包含赠品的价格 // 商品总价需要包含赠品的价格
//queryOrderResponseVo.setItemAmount(queryOrderResponseVo.getItemAmount() + giftOriTotalAmount); queryOrderResponseVo.setItemAmount(queryOrderResponseVo.getItemAmount() + giftOriTotalAmount);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment