From 010b71e18d268dfcf0ba2a1d80d0573e17aadd40 Mon Sep 17 00:00:00 2001 From: haorp <754760654@qq.com> Date: Mon, 9 Jun 2025 15:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E8=B0=83=E7=94=A8-?= =?UTF-8?q?=E4=BA=A7=E5=90=8E=E5=BA=B7=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../operate/web/matnRehabPC/service/impl/MatnRehabServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ec14eb4..27fff40 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 @@ -87,7 +87,7 @@ public class MatnRehabServiceImpl implements MatnRehabService { } // 查询服务是否开通 - List patientServices = patientServiceService.getServiceListByParentId(patients.getId(),1); + List patientServices = patientServiceService.getServiceListByParentId(patients.getId(),3); if(CollectionUtils.isNotEmpty(patientServices)){ for (PatientService patientService : patientServices) { // 产后康复服务对应码值 -- 1.8.3.1