ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/OrderServiceImpl.java
@@ -188,8 +188,11 @@ wrapper.eq(OrderAuctionBond::getAuctionSalesroomId,OrderDTO.getAuctionSalesroomId()); wrapper.eq(OrderAuctionBond::getBondType,2); OrderAuctionBond orderAuctionBond = orderAuctionBondMapper.selectOne(wrapper); orderAuctionBond.setOrderId(order.getId()); orderAuctionBondMapper.updateById(orderAuctionBond); if (orderAuctionBond!=null){ orderAuctionBond.setOrderId(order.getId()); orderAuctionBondMapper.updateById(orderAuctionBond); } } }