Commit af4c04f4 by 刘鹏飞

Merge remote-tracking branch 'origin/feature/coco_new-刘鹏飞' into qa

parents e848ca31 71d5fa28
...@@ -165,7 +165,7 @@ public class CocoCouponRelationServiceImpl implements CouponRelationService { ...@@ -165,7 +165,7 @@ public class CocoCouponRelationServiceImpl implements CouponRelationService {
} }
// 商品code不为0,此时取得是具体的商品 // 商品code不为0,此时取得是具体的商品
if(!Objects.equals(osr.getProductId(),0)){ if(!"0".equals(osr.getProductId())){
// 计算商品原价 // 计算商品原价
Integer num = osr.getNumber(); Integer num = osr.getNumber();
String productId = osr.getProductId(); String productId = osr.getProductId();
......
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