From c77c1064dc93bc7d4f0a402dd0285082bb354450 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期三, 10 九月 2025 18:25:02 +0800
Subject: [PATCH] HTTP接口修改
---
smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java | 5 +++++
1 files changed, 5 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 cf4f822..8f5b310 100644
--- a/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
+++ b/smartor/src/main/java/com/smartor/mapper/PatMedInhospMapper.java
@@ -7,6 +7,7 @@
import com.smartor.domain.PatMedReq;
import com.smartor.domain.PatMedRes;
import org.apache.ibatis.annotations.Mapper;
+import org.apache.ibatis.annotations.Param;
/**
* 鎮h�呬綇闄㈣褰昅apper鎺ュ彛
@@ -23,6 +24,8 @@
* @return 鎮h�呬綇闄㈣褰�
*/
public PatMedInhosp selectPatMedInhospByInhospid(Long inhospid);
+
+ public String getTagnameBypatid(Long patid);
/**
* 鏌ヨ鎮h�呬綇闄㈣褰曞垪琛�
@@ -42,6 +45,8 @@
*/
public int insertPatMedInhosp(PatMedInhosp patMedInhosp);
+ public int insertPatMedInhospBatch(@Param("list") List<PatMedInhosp> list);
+
/**
* 淇敼鎮h�呬綇闄㈣褰�
*
--
Gitblit v1.9.3