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

Commit 172fc74a authored by 胡佳晨's avatar 胡佳晨

adam 添加接口

parent 9739cfaa
......@@ -289,7 +289,7 @@ public class GoblinCouponImpl implements GoblinCouponService {
} else {
List<String> spuIds = goblinRedisUtils.getStoreCouponSpuIds(vo.getStoreCouponId());
if (spuIds == null || spuIds.size() == 0) {
break;
continue;
}
//判断是否在可用商品内
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