From a0dde8aa21d8bc2b55ccbb2278fc730f75f7ef8b Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期五, 18 七月 2025 08:55:13 +0800 Subject: [PATCH] zjh20250718 --- ltkj-hosp/src/main/resources/mapper/LtkjJianchajianyanTreeMapper.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/LtkjJianchajianyanTreeMapper.xml b/ltkj-hosp/src/main/resources/mapper/LtkjJianchajianyanTreeMapper.xml index c814e6f..2053732 100644 --- a/ltkj-hosp/src/main/resources/mapper/LtkjJianchajianyanTreeMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/LtkjJianchajianyanTreeMapper.xml @@ -22,4 +22,12 @@ sqdh,tj_price,fyhj, xmfl,type,pationId,service </sql> + + + <select id="getCallSfsfByCardId" parameterType="java.util.Map" statementType="CALLABLE"> + {call getSfsfByCardId( + #{cardId,mode=IN,jdbcType=VARCHAR}, + #{sl,mode=OUT,jdbcType=INTEGER} + )} + </select> </mapper> -- Gitblit v1.8.0