Administrator
2025-04-30 ae6f6e0be0c82cc801fc1a9bb0c7af91d8d02bff
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);
}