Commit 88ddf741353f5db60466b0f9b221e2395baa34f3

Authored by 张志伟
1 parent f0c09a77

:bug: feature(*): 修复bug

- 修复bug
fw-valhalla-service/src/main/java/cn/fw/valhalla/service/bus/follow/PoolBizService.java
@@ -128,6 +128,7 @@ public class PoolBizService { @@ -128,6 +128,7 @@ public class PoolBizService {
128 } 128 }
129 appList.add(vo); 129 appList.add(vo);
130 } 130 }
  131 + page.setTotal(count);
131 page.setData(appList); 132 page.setData(appList);
132 return page; 133 return page;
133 } 134 }