yujian
2020-03-24 f15acf7f2d57db3a32c574b0dfc21f564dca6024
fanli/src/main/java/com/yeshi/fanli/controller/admin/ActivityAdminController.java
@@ -472,7 +472,7 @@
            }
         }
         
         int count = (int) activityService.getRecommendActivityCount();
         int count = (int) activityService.getRecommendActivityCount(key);
         int totalPage = count % Constant.PAGE_SIZE == 0 ? count / Constant.PAGE_SIZE : count / Constant.PAGE_SIZE + 1;
         PageEntity pe = new PageEntity(pageIndex, Constant.PAGE_SIZE, count, totalPage);