From e96b0d2ac2d14a1035e91cf221f5ecd764980e16 Mon Sep 17 00:00:00 2001
From: chenjiahe <763432473@qq.com>
Date: 星期日, 08 十月 2023 11:41:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 src/main/java/com/hx/common/xml/CommonMapper.xml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 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..62c4dc1 100644
--- a/src/main/java/com/hx/common/xml/CommonMapper.xml
+++ b/src/main/java/com/hx/common/xml/CommonMapper.xml
@@ -3,7 +3,7 @@
 PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <!-- namespace:璇apper.xml鏄犲皠鏂囦欢鐨� 鍞竴鏍囪瘑 -->
-<mapper namespace="com.hx.common.dao.CommonMapper">
+<mapper namespace="com.hx.common.dao.mapper.CommonMapper">
 	<update id="updateSentence" parameterType="com.hx.mybatisTool.SqlSentence" >
 		 ${sqlSentence}
 	</update>
@@ -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