|
@@ -1,6 +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.fjhx.tenant.mapper.dict.DictTenantTypeMapper">
|
|
|
+
|
|
|
<select id="getPage" resultType="com.fjhx.tenant.entity.dict.vo.DictTenantTypeVo">
|
|
|
|
|
|
<choose>
|
|
@@ -55,7 +56,7 @@
|
|
|
</sql>
|
|
|
|
|
|
<sql id="getPageWhere">
|
|
|
- <if test="dto.status neq null and dto.status neq ''">
|
|
|
+ <if test="dto.status neq null">
|
|
|
and t.status = #{dto.status}
|
|
|
</if>
|
|
|
<if test="dto.keyword neq null and dto.keyword neq ''">
|