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/StyleMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/data/StyleMapper.xml b/src/main/resources/mapper/data/StyleMapper.xml index c2f7f36..85dcf79 100644 --- a/src/main/resources/mapper/data/StyleMapper.xml +++ b/src/main/resources/mapper/data/StyleMapper.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.StyleMapper"> - <select id="selectCount" resultType="java.lang.Integer" parameterType="java.lang.String"> + <select id="selectCount" resultType="java.lang.Integer"> select count(*) from lf.sys_style <where> <if test="name != null"> -- Gitblit v1.9.3