|
@@ -71,7 +71,7 @@
|
|
|
AND u.user_id = #{userId}
|
|
AND u.user_id = #{userId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="roleId != null and roleId != 0">
|
|
<if test="roleId != null and roleId != 0">
|
|
|
- AND u.role_id = #{roleId}
|
|
|
|
|
|
|
+ AND ur.role_id = #{roleId}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="searchValue != null and searchValue != 0">
|
|
<if test="searchValue != null and searchValue != 0">
|
|
|
AND (
|
|
AND (
|