Commit e883ed7352d84da781cd5ecc9710f1e21c4a8987
1 parent
b41accfdc0
Exists in
master
修改产检删除
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java
View file @
e883ed7
... | ... | @@ -54,7 +54,16 @@ |
54 | 54 | private String dueDate; |
55 | 55 | //type 1 儿童建档 2 自动分娩 3 手动建档删除分娩记录 |
56 | 56 | private String type; |
57 | + private String pid; | |
57 | 58 | |
59 | + public String getPid() { | |
60 | + return pid; | |
61 | + } | |
62 | + | |
63 | + public void setPid(String pid) { | |
64 | + this.pid = pid; | |
65 | + } | |
66 | + | |
58 | 67 | public String getType() { |
59 | 68 | return type; |
60 | 69 | } |
... | ... | @@ -105,6 +114,7 @@ |
105 | 114 | } |
106 | 115 | } catch (Exception e) { |
107 | 116 | } |
117 | + setPid(patients.getPid()); | |
108 | 118 | if (null != patients.getLastMenses()) { |
109 | 119 | setLastMenses(DateUtil.getyyyy_MM_dd(patients.getLastMenses())); |
110 | 120 | } |