Commit 9e2c7b08d1407098399170e530cfbaca2fd82aec
1 parent
b43ea6ab97
Exists in
master
and in
1 other branch
新增高危修改
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
9e2c7b0
| ... | ... | @@ -757,7 +757,7 @@ |
| 757 | 757 | pageAntExRecordsQuery.setPage(request.getPage()); |
| 758 | 758 | pageAntExRecordsQuery.setLimit(request.getLimit()); |
| 759 | 759 | pageAntExRecordsQuery.setIds(ids); |
| 760 | - pageAntExRecordsQuery.setLevelId(request.getLevel()); | |
| 760 | + //pageAntExRecordsQuery.setLevelId(request.getLevel()); | |
| 761 | 761 | |
| 762 | 762 | |
| 763 | 763 | List<AntExRecordModel> pageAntExRecords = recordService.queryAntExRecords(pageAntExRecordsQuery); |