fix
Hentua
2024-01-24 2bcf4cc63c2838213cf580af3b53ca757fe8a374
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);
}