From 4c3dee61da422e98ec1b9d798a77f47d8d45f7b6 Mon Sep 17 00:00:00 2001
From: zhaowenxuan <chacca165@163.com>
Date: 星期三, 11 十二月 2024 12:01:00 +0800
Subject: [PATCH] pacs检查去重

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

diff --git a/ltkj-hosp/src/main/resources/mapper/TestMapper.xml b/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
index e26091f..7b3acd9 100644
--- a/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
+++ b/ltkj-hosp/src/main/resources/mapper/TestMapper.xml
@@ -8,8 +8,8 @@
 
     <select id="tjUpdateDetatilByVi" parameterType="java.util.Map"  statementType="CALLABLE">
         {call tj_update_detatil_by_vi(
-                #{tjNumber,mode=IN,jdbcType=VARCHAR}
+                #{tjnum,mode=IN,jdbcType=VARCHAR}
               )}
     </select>
 
-</mapper>
\ No newline at end of file
+</mapper>

--
Gitblit v1.8.0