Pu Zhibing
2024-12-06 39ef464a6630a7b2ab99069e3f6bd40a99c48086
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/service/UserCouponService.java
@@ -24,5 +24,5 @@
    * @param userId
    * @return
    */
   List<PaymentUserCouponVo> getUserCoupon(Long userId, BigDecimal orderMoney, Integer type);
   List<PaymentUserCouponVo> getUserCoupon(Long userId, Integer type);
}