Commit e3708caaa2acb6c4a0dfec77c7e9af6d75cfb2fe
1 parent
ca421df38e
Exists in
master
and in
6 other branches
高危检查列表
Showing 1 changed file with 6 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java
View file @
e3708ca
... | ... | @@ -722,6 +722,12 @@ |
722 | 722 | } |
723 | 723 | } |
724 | 724 | } |
725 | + | |
726 | + if (CollectionUtils.isEmpty(ids)) | |
727 | + { | |
728 | + return null; | |
729 | + } | |
730 | + | |
725 | 731 | pageAntExRecordsQuery.setNeed("true"); |
726 | 732 | pageAntExRecordsQuery.setPage(request.getPage()); |
727 | 733 | pageAntExRecordsQuery.setLimit(request.getLimit()); |