Commit 70ea9d91e705840750bee7c760227c53062058f1

Authored by haorp
1 parent e5a03f6081
Exists in dev

小程序调用-产后康复

Showing 1 changed file with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java View file @ 70ea9d9
... ... @@ -90,7 +90,8 @@
90 90 List<PatientService> patientServices = patientServiceService.getServiceListByParentId(patients.getId(),1);
91 91 if(CollectionUtils.isNotEmpty(patientServices)){
92 92 for (PatientService patientService : patientServices) {
93   - if(patientService.getSerType()==6){
  93 + // 产后康复服务对应码值
  94 + if(patientService.getSerType()==20){
94 95 data.put("serStatus","1");
95 96 }
96 97 }