Commit 8c825b0b71974abfa570c1522102621076779e6b
1 parent
6011d8e3ce
Exists in
master
修改产检删除
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 @
8c825b0
... | ... | @@ -252,7 +252,7 @@ |
252 | 252 | data.add(antExManagerResult); |
253 | 253 | } |
254 | 254 | } |
255 | - return new BaseListResponse().setData(data).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功"); | |
255 | + return new BaseListResponse().setData(data).setErrorcode(ErrorCodeConstants.SUCCESS).setErrormsg("成功").setPageInfo(antExRecordQuery.getPageInfo()); | |
256 | 256 | } |
257 | 257 | |
258 | 258 | /** |