|
@@ -2969,6 +2969,8 @@ public class ExportController extends BaseController {
|
|
throw new BizException("非法请求");
|
|
throw new BizException("非法请求");
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ queryInfo.setPage(1);
|
|
|
|
+ queryInfo.setRows(49999);
|
|
List<IndexErrorDataExportDto> result = indexErrDataRecordService.queryRecord(queryInfo).getRows();
|
|
List<IndexErrorDataExportDto> result = indexErrDataRecordService.queryRecord(queryInfo).getRows();
|
|
if (CollectionUtils.isEmpty(result)) {
|
|
if (CollectionUtils.isEmpty(result)) {
|
|
response.setStatus(200);
|
|
response.setStatus(200);
|