diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java index c13052a..ec14eb4 100644 --- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java +++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java @@ -90,7 +90,8 @@ public class MatnRehabServiceImpl implements MatnRehabService { List patientServices = patientServiceService.getServiceListByParentId(patients.getId(),1); if(CollectionUtils.isNotEmpty(patientServices)){ for (PatientService patientService : patientServices) { - if(patientService.getSerType()==6){ + // 产后康复服务对应码值 + if(patientService.getSerType()==20){ data.put("serStatus","1"); } }