Commit 7241f41898ff905f90cbddc6682f650979412652

Authored by wtt
1 parent 77b198afd7

update 产筛导出不无分页

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/SieveFacade.java View file @ 7241f41
... ... @@ -2653,7 +2653,7 @@
2653 2653  
2654 2654 public void exportSerologySieve(CqSieveQueryRequest cqSieveQueryRequest, Integer id, HttpServletResponse response) {
2655 2655 try {
2656   - BaseListResponse listResponse = (BaseListResponse) queryList2(cqSieveQueryRequest, id, null, false);
  2656 + BaseListResponse listResponse = (BaseListResponse) queryList2(cqSieveQueryRequest, id, null, true);
2657 2657  
2658 2658 List<SieveListResult2> list = listResponse.getData();
2659 2659 List<Map<String, Object>> datas = new ArrayList<>();