Commit 44e0966670ae0fce585e09b9e96914fba603c123
1 parent
9b682947ad
Exists in
master
and in
8 other branches
修改新电子病历
Showing 2 changed files with 2 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/MatDeliverFacade.java
View file @
44e0966
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/MatDeliverListResult.java
View file @
44e0966
... | ... | @@ -226,7 +226,7 @@ |
226 | 226 | setHospitalName(deliverModel.getFmHospital()); |
227 | 227 | if (null != deliverModel.getDueDate()) { |
228 | 228 | Date date = DateUtil.parseYMD(deliverModel.getDueDate()); |
229 | - setEnableEdit(date.after(lastCreatedTime) ? "1" : "0"); | |
229 | + | |
230 | 230 | } |
231 | 231 | |
232 | 232 | if (null != dueDate) { |