Commit 1d2e7dcd99e2b21e05aab77ff8ddb45465286749

Authored by jiangjiazhi
1 parent 8bab1b7564

修改

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 @ 1d2e7dc
... ... @@ -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.size(patientses));
139 139  
140 140 if (CollectionUtils.isNotEmpty(patientses))
141 141 {