From bf11f3007891902ca165fcdf7529e23c64c9b2b9 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期三, 22 十一月 2023 10:10:44 +0800
Subject: [PATCH] 整合代码

---
 Source/UBCS/ubcs-service/ubcs-code/src/main/resources/mapper/CommonsMapper.xml |    4 ++++
 1 files changed, 4 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 af5be61..6d2babb 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
@@ -17,6 +17,10 @@
         ${inSql}
     </select>
 
+    <select id="selectList" resultType="java.lang.String">
+        ${inSql}
+    </select>
+
     <select id="selectCountByTableName" resultType="java.lang.String">
         select COUNT(*) FROM ${tableName}
     </select>

--
Gitblit v1.10.0