src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallOrderInfoServiceImpl.java
@@ -208,11 +208,11 @@ } MallGoods mallGoods = mallGoodsMapper.selectById(sku.getGoodsId()); // 零撸专区购买 // todo 纯积分商品一个账号限制购买一次 // if (new BigDecimal(mallGoods.getPresentPrice()).compareTo(BigDecimal.ZERO) == 0) { // List<MallOrderItem> items = mallOrderItemMapper.selectItemByGoodsIdUnCancel(mallGoods.getId(), member.getId()); // if (CollUtil.isNotEmpty(items)) { // throw new FebsException("积分商品限制一件"); // throw new FebsException("积分商品一个账号只能购买一次"); // } // }