Commit a31cb3c1fc1022c096c44c16279dff39aee7c417
1 parent
307bc4b8cf
Exists in
master
and in
8 other branches
code update
Showing 1 changed file with 2 additions and 0 deletions
platform-data-api/src/main/java/com/lyms/platform/data/service/impl/SmsServiceImpl.java
View file @
a31cb3c
... | ... | @@ -386,6 +386,7 @@ |
386 | 386 | |
387 | 387 | BabyModelQuery babyQuery = new BabyModelQuery(); |
388 | 388 | babyQuery.setYn(YnEnums.YES.getId()); |
389 | + babyQuery.setHospitalId(hospitalId); | |
389 | 390 | |
390 | 391 | |
391 | 392 | //儿童年龄满三岁就不在提供短信服务 |
... | ... | @@ -511,6 +512,7 @@ |
511 | 512 | |
512 | 513 | PatientsQuery patientsQuery = new PatientsQuery(); |
513 | 514 | patientsQuery.setYn(YnEnums.YES.getId()); |
515 | + patientsQuery.setHospitalId(hospitalId); | |
514 | 516 | //1孕妇 3 产妇 |
515 | 517 | patientsQuery.setType(3); |
516 | 518 | patientsQuery.setDueStatus(0); |