Commit 00729b6f8f9c32b91d7a007b8705db1f592e8d5c

Authored by liquanyu
1 parent 2af9e10e30

高危检查列表

Showing 1 changed file with 5 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java View file @ 00729b6
... ... @@ -726,6 +726,11 @@
726 726 pageAntExRecordsQuery.setPage(request.getPage());
727 727 pageAntExRecordsQuery.setLimit(request.getLimit());
728 728 pageAntExRecordsQuery.setIds(riskListIds);
  729 + pageAntExRecordsQuery.setLevelId(request.getLevel());
  730 +
  731 + pageAntExRecordsQuery.setrFactor(request.getRiskFactorId());
  732 + pageAntExRecordsQuery.setrFactorList(StringUtils.covertToList(request.getRiskFactorId(), String.class));
  733 +
729 734 List<AntExRecordModel> pageAntExRecords = recordService.queryAntExRecords(pageAntExRecordsQuery);
730 735 if (CollectionUtils.isNotEmpty(pageAntExRecords))
731 736 {