From 006675d14329ba8153b8da37e240940cf5f2c6f6 Mon Sep 17 00:00:00 2001 From: mx <hello@mx.cn> Date: 星期三, 06 八月 2025 09:48:45 +0800 Subject: [PATCH] 8-5 患者满意度调查分页修改 --- smartor/src/main/java/com/smartor/service/IPatMedInhospService.java | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java index 1d7149c..486b098 100644 --- a/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java +++ b/smartor/src/main/java/com/smartor/service/IPatMedInhospService.java @@ -2,10 +2,7 @@ import com.ruoyi.common.core.domain.AjaxResult; import com.ruoyi.common.core.page.TableDataInfo; -import com.smartor.domain.PatMedInhosp; -import com.smartor.domain.PatMedInhospVO; -import com.smartor.domain.PatMedReq; -import com.smartor.domain.PatMedRes; +import com.smartor.domain.*; import org.springframework.web.bind.annotation.RequestBody; import java.util.List; @@ -35,6 +32,11 @@ public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp); /** + * 鍑洪櫌銆侀棬璇婁汉鏁板拰闅忚閲忕粺璁★紙鍛紝鏈堬紝骞达級 + */ + public Map<String,Integer> queryPersonCount(PatServiceCount patServiceCount); + + /** * 鏌ヨ褰撳墠鐧婚檰浜鸿嚜宸憋紙鐥呭尯銆侀儴闂級鐨勬偅鑰呬綇闄㈣褰曞垪琛� * * @param patMedInhospVO -- Gitblit v1.9.3