Commit 779ca2e38ceabf47d8ddeb36d45330cdad839c12

Authored by jiangjiazhi
1 parent 192b1f6f98

修改体重营养报告

Showing 1 changed file with 0 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/service/impl/PatientWeightServiceImpl.java View file @ 779ca2e
... ... @@ -425,7 +425,6 @@
425 425 Patients patients = mongoTemplate.findById(patientWeight.getPatientId(), Patients.class);
426 426 if (patients != null) {
427 427 week = DateUtil.getWeek2(patients.getLastMenses(), patientWeight.getModified());
428   -
429 428 }
430 429 }
431 430 return "孕" + String.valueOf(week) + "期";