From f89e03e3c1f2d621e62b7521fa0112ea63ed10f5 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期一, 10 十一月 2025 15:59:16 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/service/IPatMedInhospService.java |   13 +++++++++----
 1 files changed, 9 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..6f94251 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;
@@ -26,6 +23,8 @@
      */
     public PatMedInhosp selectPatMedInhospByInhospid(Long inhospid);
 
+    public List<PatMedInhosp> selectPatMedInhosp(PatMedInhosp patMedInhosp);
+
     /**
      * 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛�
      *
@@ -33,6 +32,11 @@
      * @return 鎮h�呬綇闄㈣褰曢泦鍚�
      */
     public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp);
+
+    /**
+     * 鍑洪櫌銆侀棬璇婁汉鏁板拰闅忚閲忕粺璁★紙鍛紝鏈堬紝骞达級
+     */
+    public Map<String, Integer> queryPersonCount(PatServiceCount patServiceCount);
 
     /**
      * 鏌ヨ褰撳墠鐧婚檰浜鸿嚜宸憋紙鐥呭尯銆侀儴闂級鐨勬偅鑰呬綇闄㈣褰曞垪琛�
@@ -98,6 +102,7 @@
 
     /**
      * 鍖绘姢涓庢偅鑰呭叧鑱斿叧绯�
+     *
      * @param patMedInhosp
      * @return
      */

--
Gitblit v1.9.3