Commit b698f34dab900c8549f268d1c1be84d18bc7c558
1 parent
e2799520c2
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/result/AntexListResult.java
View file @
b698f34
| ... | ... | @@ -183,7 +183,7 @@ |
| 183 | 183 | if (null != patients.getDueDate()) { |
| 184 | 184 | setyChanQi(DateUtil.getyyyy_MM_dd(patients.getDueDate())); |
| 185 | 185 | } |
| 186 | - setBuildTime(DateUtil.getyyyy_MM_dd(patients.getCreated())); | |
| 186 | + setBuildTime(DateUtil.getyyyy_MM_dd(patients.getBookbuildingDate())); | |
| 187 | 187 | setName(patients.getUsername()); |
| 188 | 188 | setPhone(patients.getPhone()); |
| 189 | 189 | setRemarks(patients.getMremark()); |