ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/OrderServiceImpl.java
@@ -1091,4 +1091,9 @@ public Integer getShopSaleNumByShopIds(List<Integer> shopIds, Integer type) { return this.baseMapper.getShopSaleNumByShopIds(shopIds, type); } @Override public List<OrderExport> getOrderExportList(OrderPageList orderPageList) { return Collections.emptyList(); } }