Commit db143205b84785e6135be8d9bf5524a48522ca5a
1 parent
eba353424d
Exists in
master
and in
7 other branches
修改产检删除
Showing 1 changed file with 10 additions and 0 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/PostReviewListResult.java
View file @
db14320
| ... | ... | @@ -40,7 +40,16 @@ |
| 40 | 40 | private String addDueDate="0"; |
| 41 | 41 | |
| 42 | 42 | private String lastBuildTime; |
| 43 | + private String pid; | |
| 43 | 44 | |
| 45 | + public String getPid() { | |
| 46 | + return pid; | |
| 47 | + } | |
| 48 | + | |
| 49 | + public void setPid(String pid) { | |
| 50 | + this.pid = pid; | |
| 51 | + } | |
| 52 | + | |
| 44 | 53 | //<!---------基本信息-----------> |
| 45 | 54 | private List data = new ArrayList(); |
| 46 | 55 | private String cTime; |
| ... | ... | @@ -174,6 +183,7 @@ |
| 174 | 183 | } |
| 175 | 184 | } catch (Exception e) { |
| 176 | 185 | } |
| 186 | + setPid(patients.getPid()); | |
| 177 | 187 | setAddDueDate(patients.getBuildType()==2?"1":"0"); |
| 178 | 188 | setName(patients.getUsername()); |
| 179 | 189 | setPhone(patients.getPhone()); |