Commit ca62b1eecbf524fd96356b2f701ff2d85317e7f7
1 parent
e8dc8cae29
Exists in
master
and in
1 other branch
增加设置parentid
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PostReviewFacade.java
View file @
ca62b1e
... | ... | @@ -142,7 +142,6 @@ |
142 | 142 | String dueDate=""; |
143 | 143 | if(CollectionUtils.isNotEmpty(list)){ |
144 | 144 | dueDate= list.get(0).getDueDate(); |
145 | - | |
146 | 145 | } |
147 | 146 | HighScoreResult highScoreResult = examinationFacade.findLastRisk(patientsList.getPid(),false); |
148 | 147 | |
... | ... | @@ -154,7 +153,7 @@ |
154 | 153 | if(null!=organization){ |
155 | 154 | hospitalName=organization.getName(); |
156 | 155 | } |
157 | - dataList.add(new AntData(model, hospitalName, patientsList.getFmDate())); | |
156 | + dataList.add(new AntData(model, hospitalName, DateUtil.parseYMD(dueDate))); | |
158 | 157 | } |
159 | 158 | } |
160 | 159 | postReviewListResult.convertToResult(postReviewModels, patientsList, dueDate); |