Commit d0a31a271b6bd5af57fb4dea1e670ed56d4a9495
1 parent
454ce8ee85
Exists in
master
and in
8 other branches
修改新电子病历
Showing 1 changed file with 1 additions and 1 deletions
platform-biz-patient-service/src/main/java/com/lyms/platform/biz/service/PatientsService.java
View file @
d0a31a2
| ... | ... | @@ -194,7 +194,7 @@ | 
| 194 | 194 | for (Patients patients : patientses) { | 
| 195 | 195 | patients.setType(3); | 
| 196 | 196 | patients.setBuildType(2); | 
| 197 | - patients.setFmDate(new Date()); | |
| 197 | + patients.setFmDate(DateUtil.addDay(patients.getLastMenses(), 293)); | |
| 198 | 198 | patients.setModified(new Date()); | 
| 199 | 199 | updatePatient(patients); | 
| 200 | 200 | } |