From b5bfe58beeeeb8343bdea6a9412f8f6704b67633 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期四, 31 三月 2022 15:24:57 +0800
Subject: [PATCH] 新增请求方法

---
 src/main/java/com/hx/common/xml/CommonMapper.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/hx/common/xml/CommonMapper.xml b/src/main/java/com/hx/common/xml/CommonMapper.xml
index 968338a..9fbc165 100644
--- a/src/main/java/com/hx/common/xml/CommonMapper.xml
+++ b/src/main/java/com/hx/common/xml/CommonMapper.xml
@@ -11,4 +11,9 @@
 	<select id="selectListMap" resultType="java.util.Map" parameterType="com.hx.mybatisTool.SqlSentence" >
 		${sqlSentence}
 	</select>
+
+	<select id="selectCountSql" resultType="int" parameterType="com.hx.mybatisTool.SqlSentence" >
+		${sqlSentence}
+	</select>
+
 </mapper>
\ No newline at end of file

--
Gitblit v1.8.0