From cb378b1473603113cc62e3d55df29d51c3a3eb68 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期六, 25 十一月 2023 23:17:13 +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