|
@@ -33,6 +33,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<select id="selectRoleList" parameterType="SysRole" resultMap="SysRoleResult">
|
|
|
<include refid="selectRoleVo"/>
|
|
|
where r.del_flag = '1'
|
|
|
+ <if test="status == null || status == ''">
|
|
|
+ AND r.status = '1'
|
|
|
+ </if>
|
|
|
<if test="roleId != null and roleId != 0">
|
|
|
AND r.role_id = #{roleId}
|
|
|
</if>
|