Commit b15c866d893902d782bbdc6006495c31e2a487c9
1 parent
e2ee872a87
Exists in
master
and in
6 other branches
12333
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/TrackDownServiceImpl.java
View file @
b15c866
... | ... | @@ -146,7 +146,7 @@ |
146 | 146 | restList.addAll(archiveModelList.subList(0, count)); |
147 | 147 | } |
148 | 148 | } |
149 | - return RespBuilder.buildSuccess("tabList", new PageResult(restList.size() + archiveModelCount, page, limit, restList)); | |
149 | + return RespBuilder.buildSuccess("tabList", new PageResult(mongoPage.getCount() + archiveModelCount, page, limit, restList)); | |
150 | 150 | } |
151 | 151 | |
152 | 152 | private int isExitTrackDown(String parentId, TrackDownDateEnums trackDownDateEnums) { |