Commit fafefa3710f26b809fe126317c035f3b0f8c961c
1 parent
6054e06ca4
Exists in
master
and in
6 other branches
update code
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AreaCountFacade.java
View file @
fafefa3
... | ... | @@ -59,7 +59,7 @@ |
59 | 59 | @Autowired |
60 | 60 | private BasicConfigService basicConfigService; |
61 | 61 | |
62 | - private static Map<Integer,String> node_map; | |
62 | + private static Map<Integer,String> node_map = new HashMap<>(); | |
63 | 63 | //0:0~12 孕周 1: 16~20 孕周 2: 21~24 孕周 3:28~36 孕周 4:37~ 分娩 |
64 | 64 | //--0~12 孕周,16~20 孕周,21~24 孕周,28~36 孕周,37~ 分娩 |
65 | 65 | static { |