|
|
@ -28,7 +28,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
|
|
|
<include refid="selectDictDataVo"/> |
|
|
|
<include refid="selectDictDataVo"/> |
|
|
|
<where> |
|
|
|
<where> |
|
|
|
<if test="dictType != null and dictType != ''"> |
|
|
|
<if test="dictType != null and dictType != ''"> |
|
|
|
AND dict_type like concat('%', #{dictType}, '%') |
|
|
|
AND dict_type = #{dictType} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="dictLabel != null and dictLabel != ''"> |
|
|
|
<if test="dictLabel != null and dictLabel != ''"> |
|
|
|
AND dict_label like concat('%', #{dictLabel}, '%') |
|
|
|
AND dict_label like concat('%', #{dictLabel}, '%') |
|
|
|