Commit b26f075b40067d2ecdb4fc59f6fc172933c59f8b

Authored by yangfei
1 parent de1cd49146

查询条件

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 @ b26f075
... ... @@ -236,7 +236,7 @@
236 236 parentIds.add(pa.getId());
237 237 }
238 238 antExRecordQuery.setParentIds(parentIds);
239   - }else{
  239 + }else if(StringUtils.isNotEmpty(antExManagerQueryRequest.getQueryNo())){
240 240 return new BaseListResponse().setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setPageInfo(antExRecordQuery.getPageInfo());
241 241 }
242 242