From 98739187cf9351e01f7673e9690e96930562b723 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期一, 07 七月 2025 18:09:52 +0800 Subject: [PATCH] zjh20250707 --- 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