|
@@ -92,6 +92,15 @@ public class ESOrderBaseController {
|
|
|
records.addAll(orderBaseVOIPage2.getRecords());
|
|
|
|
|
|
}
|
|
|
+
|
|
|
+ if (records.size() == 40000){
|
|
|
+ zfireParamBean.setPageNum(3);
|
|
|
+ zfireParamBean.setPageSize(20000);
|
|
|
+ IPage<OrderBaseVO> orderBaseVOIPage3 = orderBaseEsLogic.orderBaseEsList(zfireParamBean);
|
|
|
+
|
|
|
+ records.addAll(orderBaseVOIPage3.getRecords());
|
|
|
+
|
|
|
+ }
|
|
|
//3.导出
|
|
|
FieldUtils.exportData(records, zfireParam.getExportFields(), request, response);
|
|
|
}
|