|
@@ -104,7 +104,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
and r.role_name like concat('%', #{roleName}, '%')
|
|
|
</if>
|
|
|
<if test="roleId != null and roleId != 0">
|
|
|
- and r.role_id like concat('%', #{roleId}, '%')
|
|
|
+ and r.role_id = #{roleId}
|
|
|
</if>
|
|
|
<if test="status != null and status != 0">
|
|
|
and r.status=#{status}
|