From a1808ba0ff1ccc2efacb69c1033054dbaab8687f Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期四, 10 七月 2025 17:57:16 +0800 Subject: [PATCH] 2025-07-10 --- 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