From 397615fff40b62bed4d47d38fc579b7fcc26fcef Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期二, 21 十一月 2023 15:58:16 +0800
Subject: [PATCH] 首页统计loading优化
---
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