Commit 665149f33d68b59d22600f428e25b18226dda418

Authored by jiangjiazhi
1 parent a4236d9f7e

修改新电子病历

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 @ 665149f
... ... @@ -544,7 +544,9 @@
544 544  
545 545  
546 546 private List buildPatientList(Date dueDate, List<Patients> patientses,List listData) {
547   -
  547 + if(CollectionUtils.isEmpty(patientses)){
  548 + return listData;
  549 + }
548 550 Organization organization = null;
549 551 String pid = "";
550 552 for (Patients patients : patientses) {