From 9199522e90b4f50dc0444dc90cad61366efd8db7 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期五, 03 一月 2025 21:33:46 +0800
Subject: [PATCH] 20250103-1

---
 ltkj-hosp/src/main/resources/mapper/TestMapper.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/ltkj-hosp/src/main/resources/mapper/TestMapper.xml b/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
index 7b3acd9..d94f0d2 100644
--- a/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
@@ -11,5 +11,10 @@
                 #{tjnum,mode=IN,jdbcType=VARCHAR}
               )}
     </select>
+    <select id="tjplUpdateDetatilByVi" parameterType="java.util.Map"  statementType="CALLABLE">
+        {call tj_pl_update_detatil_by_vi(
+                #{total,mode=OUT,jdbcType=INTEGER}
+         )}
+    </select>
 
 </mapper>

--
Gitblit v1.8.0