|
|
@ -23,7 +23,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, is_default, status, create_by, create_time, remark from sys_dict_data
|
|
|
|
select dict_code, dict_sort, dict_label, dict_value, dict_type, css_class, is_default, status, create_by, create_time, remark from sys_dict_data
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
|
<if test="searchValue != null and searchValue != ''">
|
|
|
|
<if test="searchValue != null and searchValue != ''">
|
|
|
|
AND dict_label like concat(concat('%', #{searchValue}), '%')
|
|
|
|
AND dict_label like concat('%', #{searchValue}, '%')
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
<if test="dictType != null and dictType != ''">
|
|
|
|
<if test="dictType != null and dictType != ''">
|
|
|
|
AND dict_type = #{dictType}
|
|
|
|
AND dict_type = #{dictType}
|
|
|
|