Commit 4a8dd5acd4cfae196f8b7f98230f3b05ee7b57ab

Authored by litao@lymsh.com
1 parent c825f49849

改字段

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 4a8dd5a
... ... @@ -2077,7 +2077,7 @@
2077 2077 public BaseResponse findOneAntExById(AntExQueryRequest antExQueryRequest) {
2078 2078 Object object = null;
2079 2079 Integer userId = antExQueryRequest.getUserId();
2080   - List<PlantformConfigModel> configModele = mongoTemplate.find(Query.query(Criteria.where("yn").ne("0").and("userId").is(userId).and("type").is(SequenceConstant.CUSTOM_TYPE)).with(new Sort(Sort.Direction.DESC,"createDate")), PlantformConfigModel.class);
  2080 + List<PlantformConfigModel> configModele = mongoTemplate.find(Query.query(Criteria.where("yn").ne("0").and("userId").is(userId).and("type").is(SequenceConstant.CUSTOM_CONTENT)).with(new Sort(Sort.Direction.DESC,"createDate")), PlantformConfigModel.class);
2081 2081 List mHighRiskReason = new ArrayList();
2082 2082 for (PlantformConfigModel configModel : configModele) {
2083 2083 Map<String, Object> map = ReflectionUtils.beanToMap(configModel);