Commit fce2aec0d9b8a6db5a02bddc35e02f24cd2a1308
1 parent
35b125cd30
Exists in
master
and in
1 other branch
修改新电子病历
Showing 1 changed file with 3 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
fce2aec
... | ... | @@ -462,7 +462,9 @@ |
462 | 462 | List<Patients> patientses = patientsService.queryPatient(patientsQuery); |
463 | 463 | if (CollectionUtils.isNotEmpty(patientses)) { |
464 | 464 | for (Patients patients : patientses) { |
465 | - listDate.add(new SortIn(patients, "1")); | |
465 | + if(null!=patients.getLastMenses()){ | |
466 | + listDate.add(new SortIn(patients, "1")); | |
467 | + } | |
466 | 468 | } |
467 | 469 | } |
468 | 470 | //排序集合 |