From 49cc6573ad891bd42e481d7c8674c6c35c54c872 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 01 八月 2025 15:57:10 +0800 Subject: [PATCH] zjh20250801 --- 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