Commit 49ee691c267c56acdac306eabf5b63fe93c3396f
1 parent
acec938084
Exists in
master
and in
6 other branches
1
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/NewbornServiceImpl.java
View file @
49ee691
... | ... | @@ -147,7 +147,7 @@ |
147 | 147 | BabyModel babyModel = mongoTemplate.findOne(Query.query(Criteria.where("hospitalId").in(it) |
148 | 148 | .and("pid").is(pid)).with(new Sort(Sort.Direction.DESC, "created")), BabyModel.class); |
149 | 149 | if(babyModel == null) { |
150 | - return false; // 需要建档 | |
150 | + return false; // 需 要建档 | |
151 | 151 | } |
152 | 152 | babyId = UUID.randomUUID().toString().replace("-", ""); |
153 | 153 | babyModel.setId(babyId); |