| | |
| | | * @return 免单成功 true
|
| | | * @throws Exception
|
| | | */
|
| | | public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment, Long auctionId) throws Exception;
|
| | | public boolean updateCouponRecordUsed(Long uid, String orderNo, BigDecimal payment,
|
| | | Long auctionId , Integer sourceType) throws Exception;
|
| | |
|
| | | /**
|
| | | * 订单退款更新 券记录状态并退回券
|
| | | * @param orderNo
|
| | | */
|
| | | public void updateStateByDrawback(String orderNo) throws Exception;
|
| | | public void updateStateByDrawback(String orderNo, Integer sourceType) throws Exception;
|
| | |
|
| | | /**
|
| | | * 红包到账 -- 更新券使用状态 -改为使用成功
|
| | | * @param orderNo
|
| | | * @throws Exception
|
| | | */
|
| | | public void updateStateByArrivalAccount(String orderNo) throws Exception;
|
| | |
|
| | |
|
| | | |
| | | public void updateStateByArrivalAccount(String orderNo, Integer sourceType) throws Exception;
|
| | |
|
| | | /**
|
| | | * 统计今日抽奖中的券数量
|