Administrator
2025-04-29 d3844ee25fbb06b656b5521978f083695d194b07
src/main/java/cc/mrbird/febs/mall/mapper/CouponGoodsMapper.java
@@ -13,4 +13,6 @@
    List<Long> selectByCouponId(Long id);
    List<CouponGoods> selectByGoodIdAndCouponId(@Param("goodsId")Long goodsId, @Param("couponId")Long couponId);
    List<Long> selectByGoodIdList(@Param("list")List<Long> goodsIdList);
}