Commit 25c60313e87ca7c290f852677bdcfb8670ed68c4
1 parent
47f4d3cd5f
Exists in
master
and in
6 other branches
产妇统计开发
Showing 1 changed file with 2 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/QuanChanResult.java
View file @
25c6031
... | ... | @@ -6,7 +6,6 @@ |
6 | 6 | import com.lyms.platform.common.utils.DateUtil; |
7 | 7 | import com.lyms.platform.common.utils.StringUtils; |
8 | 8 | import com.lyms.platform.pojo.Patients; |
9 | -import org.codehaus.jackson.annotate.JsonIgnore; | |
10 | 9 | |
11 | 10 | import java.util.Date; |
12 | 11 | |
... | ... | @@ -37,7 +36,7 @@ |
37 | 36 | |
38 | 37 | //联系方式 |
39 | 38 | private String phone; |
40 | - @JsonIgnore | |
39 | + // @JsonIgnore | |
41 | 40 | private String realPhone; |
42 | 41 | private String nextCheckTime; |
43 | 42 | private String pid; |
... | ... | @@ -310,6 +309,7 @@ |
310 | 309 | setName(destModel.getUsername()); |
311 | 310 | setRealPhone(destModel.getPhone()); |
312 | 311 | setPhone(StringUtils.encryPhone(destModel.getPhone())); |
312 | + | |
313 | 313 | setFileCode(destModel.getFileCode()); |
314 | 314 | if (null != destModel.getFmDate()) { |
315 | 315 | Integer dueStatus = destModel.getDueStatus(); |