src/main/java/com/xcong/excoin/modules/otc/service/OtcOrderService.java
@@ -11,9 +11,9 @@ public interface OtcOrderService extends IService<OtcOrder> { void buyOrder(OtcOrderAddDto orderAddDto); Result buyOrder(OtcOrderAddDto orderAddDto); void saleOrder(OtcOrderAddDto orderAddDto); Result saleOrder(OtcOrderAddDto orderAddDto); IPage<OrderListVo> findOrderListInPage(OrderListDto orderListDto);