Commit 8e0bcc5da6114078316bf7309324dd448b177624

Authored by jiangjiazhi
1 parent 1d2e7dcd99

修改

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/PatientCheckTicketFacade.java View file @ 8e0bcc5
... ... @@ -135,7 +135,7 @@
135 135 }
136 136 List<Patients> patientses = patientsService.queryPatient(patientsQuery1);
137 137  
138   - logger.info("supplyCheckTicketByPatientId :" + parentId +" , list size :" + CollectionUtils.size(patientses));
  138 + logger.info("supplyCheckTicketByPatientId :" + parentId +" , list size :" + (CollectionUtils.isEmpty(patientses) ? 0 :patientses.size()));
139 139  
140 140 if (CollectionUtils.isNotEmpty(patientses))
141 141 {