Commit 71d5fa28 by 刘鹏飞

coco商品id判断

parent 8e410187
...@@ -160,7 +160,7 @@ public class CocoCouponRelationServiceImpl implements CouponRelationService { ...@@ -160,7 +160,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