Administrator
2025-04-28 d3e29108e70d52efa2e0fc239b0daa0586b732b8
src/main/java/cc/mrbird/febs/mall/mapper/CouponGoodsMapper.java
@@ -10,5 +10,9 @@
    List<Long> selectByGoodId(Long id);
    List<Long> selectByCouponId(Long id);
    List<CouponGoods> selectByGoodIdAndCouponId(@Param("goodsId")Long goodsId, @Param("couponId")Long couponId);
    List<Long> selectByGoodIdList(@Param("list")List<Long> goodsIdList);
}