Commit 8dc1b277d2776b16a3356be61c20f77a0c30d99a
1 parent
f8ab6c6140
Exists in
master
and in
6 other branches
update
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/BabyHighRiskBabyFacade.java
View file @
8dc1b27
| ... | ... | @@ -642,7 +642,7 @@ |
| 642 | 642 | |
| 643 | 643 | } |
| 644 | 644 | |
| 645 | - private String getYeaNumberUtil(String hospitalId) { | |
| 645 | + private synchronized String getYeaNumberUtil(String hospitalId) { | |
| 646 | 646 | AggregationOperation match = Aggregation.match(Criteria.where("yn").is(YnEnums.YES.getId()).and("hospitalId").is(hospitalId) |
| 647 | 647 | .and("czOrfzProject").is("cz")); |
| 648 | 648 | //使用医院分组,获取该医院最大的number值 |