Commit fa5bea4799685288811f73dc9df95c10e477c9f5

Authored by liquanyu
1 parent 9c05df6a47

update

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/BabyEyeCheckServiceImpl.java View file @ fa5bea4
... ... @@ -466,6 +466,8 @@
466 466 int count = (int)mongoTemplate.count(query, BabyEyeCheck.class);
467 467  
468 468 BaseQuery param = new BaseQuery();
  469 + param.setPage(page);
  470 + param.setLimit(limit);
469 471 param.mysqlBuild( count);
470 472 query.skip(param.getOffset()).limit(param.getLimit());
471 473