Commit c7c0cb19 by 刘鹏飞

coco去掉报错行

parent 158d8bc7
......@@ -359,8 +359,7 @@ public class CocoShoppingCartRelationServiceImpl implements ShoppingCartRelation
// 商品的单价 = 商品单价+小料单价
product.setOriginalPrice(originalPrice);
// 商品现单价 = 商品现单价+小料现单价
ApiLog.info("coco打点日志",smallMaterialOriTotal,product);
product.setFinalPrice(new Long(smallMaterialOriTotal) + product.getFinalPrice());
//product.setFinalPrice(new Long(smallMaterialOriTotal) + product.getFinalPrice());
newProducts.add(product);
}
......
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