Commit 010b71e18d268dfcf0ba2a1d80d0573e17aadd40
1 parent
70ea9d91e7
Exists in
dev
小程序调用-产后康复
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java
View file @
010b71e
| ... | ... | @@ -87,7 +87,7 @@ |
| 87 | 87 | } |
| 88 | 88 | |
| 89 | 89 | // 查询服务是否开通 |
| 90 | - List<PatientService> patientServices = patientServiceService.getServiceListByParentId(patients.getId(),1); | |
| 90 | + List<PatientService> patientServices = patientServiceService.getServiceListByParentId(patients.getId(),3); | |
| 91 | 91 | if(CollectionUtils.isNotEmpty(patientServices)){ |
| 92 | 92 | for (PatientService patientService : patientServices) { |
| 93 | 93 | // 产后康复服务对应码值 |