Commit 580b9e6d4f1bb1bb1b97693ecd88bc6b07d3477e

Authored by jiangjiazhi
1 parent 9601ab08b6

座机号 替换的问题

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java View file @ 580b9e6
... ... @@ -543,7 +543,7 @@
543 543 if (CollectionUtils.isNotEmpty(patientses)) {
544 544 for (Patients patients : patientses) {
545 545 if (null != patients.getLastMenses()) {
546   - listDate.add(new SortIn(patients, "1"));
  546 + listDate.add(new SortIn(patients, 1));
547 547 }
548 548 }
549 549 }