Commit 96845609df0fcf220a4aea66fe66a0e8061e18b5
1 parent
09ce1153b4
Exists in
master
and in
1 other branch
其他高危
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/CjStatisticsListResult.java
View file @
9684560
... | ... | @@ -7,6 +7,7 @@ |
7 | 7 | import com.lyms.platform.pojo.Patients; |
8 | 8 | import org.codehaus.jackson.annotate.JsonIgnore; |
9 | 9 | |
10 | +import java.util.Collections; | |
10 | 11 | import java.util.Date; |
11 | 12 | import java.util.List; |
12 | 13 | |
... | ... | @@ -27,7 +28,7 @@ |
27 | 28 | |
28 | 29 | private Integer score; |
29 | 30 | //等级 |
30 | - private List rLevel; | |
31 | + private List rLevel= Collections.EMPTY_LIST; | |
31 | 32 | //因素 |
32 | 33 | private String rRisk; |
33 | 34 | //产检医生 |