Commit fcf8882ca2ff492d5a00f74a6937cd73e1830529
1 parent
e77b7feb92
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 2 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
fcf8882
| ... | ... | @@ -5454,7 +5454,9 @@ |
| 5454 | 5454 | baseQuery.mysqlBuild((int)count); |
| 5455 | 5455 | query.skip(antExManagerQueryRequest.getPage()).limit(antExManagerQueryRequest.getLimit()); |
| 5456 | 5456 | List riskList = new ArrayList(); |
| 5457 | + System.out.println(query.toString()); | |
| 5457 | 5458 | List<AutoRiskRecord> models = mongoTemplate.find(query.with(new Sort(Sort.Direction.DESC, "created")), AutoRiskRecord.class); |
| 5459 | + System.out.println(models); | |
| 5458 | 5460 | if (CollectionUtils.isNotEmpty(models)) |
| 5459 | 5461 | { |
| 5460 | 5462 | for(AutoRiskRecord model : models) |