Commit 4a4a8faa84a808c48479fe707d73b0f5fad91baf
1 parent
f4336e1ade
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/request/VisitAddRequest.java
View file @
4a4a8fa
... | ... | @@ -495,7 +495,7 @@ |
495 | 495 | } |
496 | 496 | patients.setCardNo(cardNo); |
497 | 497 | patients.setPhone(phone); |
498 | - patients.setDueDate(new Date()); | |
498 | + patients.setDueDate(DateUtil.parseYMD(dueDate)); | |
499 | 499 | patients.setDeliverOrg(deliverOrg); |
500 | 500 | patients.setDueType(dueType); |
501 | 501 | patients.setAddress(address); |