Commit cebb626d08852c6cc20241810514ca73a54c1724
1 parent
bcd22a3a6c
Exists in
master
and in
6 other branches
产检发送推送消息
Showing 1 changed file with 1 additions and 2 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/AntenatalExaminationFacade.java
View file @
cebb626
... | ... | @@ -2512,9 +2512,8 @@ |
2512 | 2512 | patientQuery.setSerStatus(1);//开通 |
2513 | 2513 | patientQuery.setSerType(1);//精准医疗服务 |
2514 | 2514 | patientQuery.setPerType(1);//孕妇 |
2515 | - patientQuery.setSort("create_date desc"); | |
2516 | 2515 | List<PatientService> patientServices = patientServiceService.queryPatientService(patientQuery); |
2517 | - if (CollectionUtils.isNotEmpty(patientServices)) { | |
2516 | + if (CollectionUtils.isEmpty(patientServices)) { | |
2518 | 2517 | antexListResult.setIsSendTui(1); |
2519 | 2518 | } |
2520 | 2519 | AntExChuQuery antExChuQuery = new AntExChuQuery(); |