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