src/main/java/cc/mrbird/febs/mall/service/impl/ApiMallProductServiceImpl.java
@@ -644,13 +644,12 @@ objects.add(apiOrderListVo); } } } IPage<ApiOrderRecordListVo> pageSell = new Page<>(apiOrderListDto.getPageNum(), apiOrderListDto.getPageSize()); IPage<ApiOrderRecordListVo> apiOrderListVoIPageSell = mallProductSellRecordMapper.selectListInPage(pageSell, apiOrderListDto); if(CollUtil.isNotEmpty(apiOrderListVoIPageSell.getRecords())){ for(ApiOrderRecordListVo apiOrderListVo : apiOrderListVoIPageSell.getRecords()){ objects.add(apiOrderListVo); } } }