Commit e839024212157597dacfc810659dc56eff346346

Authored by liquanyu
1 parent df29378a61

高危检查列表

Showing 1 changed file with 4 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntExRecordFacade.java View file @ e839024
... ... @@ -621,6 +621,10 @@
621 621 }
622 622 antExRecordQuery.setParentIds(parentIds);
623 623 }
  624 + else
  625 + {
  626 + return new BaseListResponse().setData(new ArrayList()).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功");
  627 + }
624 628 }
625 629  
626 630