Commit 548aab7656e11311b84d682e95ea5ec38da69cb7
1 parent
131add5207
Exists in
master
and in
6 other branches
修复bug
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ApplyOrderFacade.java
View file @
548aab7
... | ... | @@ -583,7 +583,7 @@ |
583 | 583 | // 孕妇年龄 |
584 | 584 | request.setAge(DateUtil.getAge(patients.getBirth()).toString()); |
585 | 585 | // 末次月经,就诊末次月经 |
586 | - request.setLmp(DateUtil.getyyyy_MM_dd(patients.getLastMenses())); | |
586 | + request.setLmp(DateUtil.getYmd(patients.getLastMenses())); | |
587 | 587 | // 是否是否体外受精-胚胎移植(IVF) |
588 | 588 | // { |
589 | 589 | // 0:是否IVF-否 |