Commit da1a34329534af182a08442ac7ea4d6d1ab03a9f
1 parent
5b2aae9e4a
Exists in
master
and in
6 other branches
体重管理相关代码
Showing 1 changed file with 1 additions and 5 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/PatientWeight.java
View file @
da1a343
... | ... | @@ -51,11 +51,7 @@ |
51 | 51 | // 当前体重 |
52 | 52 | private String nowWeight; |
53 | 53 | |
54 | - private Map<Integer, String> weights = new HashMap(){{ | |
55 | - for (int i = 1; i < 41; i++) { | |
56 | - put(i, 0); | |
57 | - } | |
58 | - }}; | |
54 | + private Map<Integer, String> weights; | |
59 | 55 | |
60 | 56 | // 前囟 单胎/双胎/多胎 |
61 | 57 | private String bregmatic; |