|
@@ -44,7 +44,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
|
<select id="selectDictDataByType" parameterType="SysDictData" resultMap="SysDictDataResult">
|
|
<select id="selectDictDataByType" parameterType="SysDictData" resultMap="SysDictDataResult">
|
|
<include refid="selectDictDataVo"/>
|
|
<include refid="selectDictDataVo"/>
|
|
- where status = '0' and dict_type = #{dictType} order by dict_sort asc
|
|
|
|
|
|
+ where status = '1' and dict_type = #{dictType} order by dict_sort asc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="selectDictLabel" resultType="String">
|
|
<select id="selectDictLabel" resultType="String">
|