From 2a1ed8816d8ce5d1fe093e15a4e7ee7e7219570a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 24 十一月 2022 14:06:03 +0800 Subject: [PATCH] 1 --- src/main/resources/mapper/data/DictMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/data/DictMapper.xml b/src/main/resources/mapper/data/DictMapper.xml index f5bddf2..8d070c3 100644 --- a/src/main/resources/mapper/data/DictMapper.xml +++ b/src/main/resources/mapper/data/DictMapper.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.lf.server.mapper.data.DictMapper"> - <select id="selectCount" resultType="java.lang.Integer" parameterType="java.lang.String"> + <select id="selectCount" resultType="java.lang.Integer"> select count(*) from lf.sys_dict <where> ns = #{ns} -- Gitblit v1.9.3