From 591b9669678180c4ef9171169a88f69df84496e7 Mon Sep 17 00:00:00 2001 From: chenjiahe <763432473@qq.com> Date: 星期三, 06 四月 2022 12:03:44 +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