From 778d3d8b387ca0a8d1b51ef68f783fb0b407ef20 Mon Sep 17 00:00:00 2001 From: wujian <14790700720@163.com> Date: 星期五, 26 七月 2024 11:52:34 +0800 Subject: [PATCH] fix6 --- jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml index d38a3dd..bec913f 100644 --- a/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml +++ b/jcdm-main/src/main/resources/mapper/da/passingStationCollection/DaPassingStationCollectionMapper.xml @@ -150,4 +150,14 @@ #{id} </foreach> </delete> + + <select id="SelectSN" parameterType="java.util.Map" statementType="CALLABLE" resultType="java.lang.String"> + { + call SNRetrieval( + #{SN_CODE,mode=IN,jdbcType=VARCHAR}, + #{Node,mode=IN,jdbcType=VARCHAR}, + #{Success,mode=OUT,jdbcType=VARCHAR} + ) + } + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.3