From 3c4c9d16fbe7f36203f4a6ad5f3726e4cca48663 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 12 十二月 2024 00:09:01 +0800 Subject: [PATCH] 2024-12-12 --- 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