From 907641e56c2085aaa81f267946dc3e3e9fca73e7 Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期三, 18 九月 2024 09:39:02 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java | 3 +++ 1 files changed, 3 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..e41221d 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�呬綇闄㈣褰� * -- Gitblit v1.9.3