| | |
| | | import com.ruoyi.common.core.enums.BondStatusEnum; |
| | | import com.ruoyi.system.api.domain.Order; |
| | | import com.ruoyi.system.api.domain.OrderAuctionBond; |
| | | import com.ruoyi.system.api.domain.dto.AuctionGoodsListDTO; |
| | | import com.ruoyi.system.api.domain.dto.HomeGoodsSkuDTO; |
| | | import com.ruoyi.system.api.domain.dto.MemberAuctionSalesroomBondDTO; |
| | | import com.ruoyi.system.api.domain.dto.MemberAuctionSalesroomDTO; |
| | |
| | | @Override |
| | | public R<Boolean> saveOrderOne(OrderDTO orderDTO, String source) { |
| | | return R.fail("保存订单失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<Order> getOrderOne(OrderDTO orderDTO, String source) { |
| | | return R.fail("获取订单失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<Order> getOrderOne1(OrderDTO orderDTO, String source) { |
| | | return R.fail("获取订单失败:" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | |
| | | |
| | | @Override |
| | | public R<?> updateOrderAuctionBondStatus(List<Long> ids, |
| | | BondStatusEnum bondStatusEnum) { |
| | | BondStatusEnum bondStatusEnum, String source) { |
| | | return R.fail("批量更新保证金订单状态失败" + cause.getMessage()); |
| | | } |
| | | |
| | |
| | | public R<List<Order>> getOrderByCouponIds(Collection<Long> couponIds, String source) { |
| | | return R.fail("根据优惠券id列表获取订单列表失败" + cause.getMessage()); |
| | | } |
| | | @Override |
| | | public R<List<OrderAuctionBond>> getAuctionGoodsOrderAuctionBondList(AuctionGoodsListDTO auctionGoodsListDTO, String source) { |
| | | return R.fail("普通拍卖获取保证金失败" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<?> returnBondByAuctionGoodsId(Long id, String source) { |
| | | return R.fail("普通拍卖退保证金失败" + cause.getMessage()); |
| | | } |
| | | |
| | | @Override |
| | | public R<?> autoCancelOrder(Long id, String source) { |
| | | return null; |
| | | } |
| | | }; |
| | | |
| | | } |