fix
Hentua
2024-01-25 e6f626e4f60e682c7d537fc12000768ebd8c553c
src/main/java/cc/mrbird/febs/mall/mapper/CouponGoodsMapper.java
@@ -10,5 +10,7 @@
    List<Long> selectByGoodId(Long id);
    List<Long> selectByCouponId(Long id);
    List<CouponGoods> selectByGoodIdAndCouponId(@Param("goodsId")Long goodsId, @Param("couponId")Long couponId);
}