admin
2024-10-15 4995469ae28ce99f5e682895c0708d15f4dc63cd
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserSystemCouponService.java
@@ -75,7 +75,7 @@
    * @throws UserSystemCouponException
    * @throws Exception
    */
   public void useGoodsCoupon(Long uid, Long id, Long goodId, Integer sourceType) throws UserSystemCouponException, Exception;
   public void useGoodsCoupon(Long uid, Long id, String goodId, Integer sourceType) throws UserSystemCouponException, Exception;
   
   
   /**
@@ -139,7 +139,7 @@
    * @throws Exception
    */
   public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment,
         Long auctionId  , Integer sourceType) throws  Exception;
         String auctionId  , Integer sourceType) throws  Exception;
   /**
    * 订单退款更新 券记录状态并退回券
@@ -324,6 +324,6 @@
    */
   public List<UserSystemCouponVO> getFreeCouponList(Long uid);
   public List<UserSystemCouponVO> getGoodsCouponList(Long uid, Long auctionId) throws UserSystemCouponException, Exception;
   public List<UserSystemCouponVO> getGoodsCouponList(Long uid, String auctionId) throws UserSystemCouponException, Exception;
}