Commit caf228aecf8da7c78c4448de6fe598dd65b75a59
1 parent
73c9514b6e
Exists in
master
and in
8 other branches
修改产妇管理根据日期查询
Showing 1 changed file with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/VisitResult.java
View file @
caf228a
1 | 1 | package com.lyms.platform.operate.web.result; |
2 | 2 | |
3 | +import java.util.HashMap; | |
3 | 4 | import java.util.List; |
4 | 5 | import java.util.Map; |
5 | 6 | |
... | ... | @@ -22,7 +23,7 @@ |
22 | 23 | |
23 | 24 | private String deliverOrg; |
24 | 25 | |
25 | - private Map address; | |
26 | + private Map address=new HashMap(); | |
26 | 27 | |
27 | 28 | private List<SimpleVisit> data; |
28 | 29 |