From 4a044670a4b8a9bcc0a38b413ef803b9842a5052 Mon Sep 17 00:00:00 2001 From: fwq <582742538@qq.com> Date: 星期三, 11 五月 2022 10:30:43 +0800 Subject: [PATCH] redis,list类型操作修改 --- 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