记得上下班打卡 | git大法好,push需谨慎

Commit c75689eb authored by 胡佳晨's avatar 胡佳晨

adam 添加接口

parent 172fc74a
...@@ -440,7 +440,7 @@ public class GoblinCouponImpl implements GoblinCouponService { ...@@ -440,7 +440,7 @@ public class GoblinCouponImpl implements GoblinCouponService {
} else {//部分 } else {//部分
List<String> spuIds = goblinRedisUtils.getStoreCouponSpuIds(itemVo.getStoreCouponId()); List<String> spuIds = goblinRedisUtils.getStoreCouponSpuIds(itemVo.getStoreCouponId());
if (spuIds == null || spuIds.size() == 0) { if (spuIds == null || spuIds.size() == 0) {
break; continue;
} }
//判断是否在可用商品内 //判断是否在可用商品内
for (String spuItem : spuIds) { for (String spuItem : spuIds) {
......
...@@ -280,7 +280,7 @@ public class GoblinOrderUtils { ...@@ -280,7 +280,7 @@ public class GoblinOrderUtils {
} else { } else {
spuIds = redisUtils.getStoreCouponSpuIds(vo.getStoreCouponId()); spuIds = redisUtils.getStoreCouponSpuIds(vo.getStoreCouponId());
if (spuIds == null || spuIds.size() == 0) { if (spuIds == null || spuIds.size() == 0) {
break; continue;
} }
//判断是否在可用商品内 //判断是否在可用商品内
BigDecimal contentPrice = BigDecimal.ZERO; BigDecimal contentPrice = BigDecimal.ZERO;
......
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