From 10aaa035f5be0312304d20f022bdb714a8f4900a Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 11 十二月 2024 22:16:23 +0800
Subject: [PATCH] 代码提交

---
 smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java b/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
index 3179610..cf4f822 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
@@ -3,6 +3,7 @@
 import java.util.List;
 
 import com.smartor.domain.PatMedInhosp;
+import com.smartor.domain.PatMedInhospVO;
 import com.smartor.domain.PatMedReq;
 import com.smartor.domain.PatMedRes;
 import org.apache.ibatis.annotations.Mapper;
@@ -31,6 +32,8 @@
      */
     public List<PatMedInhosp> selectPatMedInhospList(PatMedInhosp patMedInhosp);
 
+    public List<PatMedInhosp> selectPatMedInhospListByCondition(PatMedInhospVO patMedInhospVO);
+
     /**
      * 鏂板鎮h�呬綇闄㈣褰�
      *
@@ -56,6 +59,14 @@
     public int deletePatMedInhospByInhospid(Long inhospid);
 
     /**
+     * 鍒犻櫎鎮h�呬綇闄㈣褰�
+     *
+     * @param inhospno 鎮h�呬綇闄㈢紪鐮�
+     * @return 缁撴灉
+     */
+    public int deletePatMedInhospByInhospno(String inhospno);
+
+    /**
      * 鎵归噺鍒犻櫎鎮h�呬綇闄㈣褰�
      *
      * @param inhospids 闇�瑕佸垹闄ょ殑鏁版嵁涓婚敭闆嗗悎

--
Gitblit v1.9.3