新增角色权限权限可见性,字典状态限制。

This commit is contained in:
RuoYi
2019-04-07 22:16:17 +08:00
parent f48b9ff9b9
commit 99e85093e1
3 changed files with 29 additions and 6 deletions

View File

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