mitao
2025-02-14 ce0403c1d94ba031ecc832d0acfcb3650c33ef6b
ruoyi-modules/ruoyi-order/src/main/java/com/ruoyi/order/controller/inner/InnerOrderAuctionBondController.java
@@ -116,6 +116,7 @@
        }
        wrapper.eq(OrderAuctionBond::getBoundStatus,2);
        wrapper.eq(OrderAuctionBond::getDelFlag,0);
        wrapper.orderByDesc(OrderAuctionBond::getCreateTime);
        List<OrderAuctionBond> list = iOrderAuctionBondService.list(wrapper);
        return R.ok(list);