From 32af0827237f17f9219a71878314fb22cc4fca24 Mon Sep 17 00:00:00 2001 From: lihang <lihang@vci-tech.com> Date: 星期六, 06 五月 2023 11:20:48 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml index 736ff64..8f62d59 100644 --- a/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml +++ b/Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml @@ -14,4 +14,9 @@ </select> + <select id="selectById" resultType="java.lang.String"> + ${inSql} + </select> + + </mapper> -- Gitblit v1.9.3