|
@@ -63,6 +63,9 @@
|
|
<if test="roleId!=null and roleId!=''">
|
|
<if test="roleId!=null and roleId!=''">
|
|
and role.role_id=#{roleId}
|
|
and role.role_id=#{roleId}
|
|
</if>
|
|
</if>
|
|
|
|
+ <if test="roleCode!=null and roleCode!=''">
|
|
|
|
+ and role.role_code=#{roleCode}
|
|
|
|
+ </if>
|
|
order by u.update_time desc
|
|
order by u.update_time desc
|
|
</select>
|
|
</select>
|
|
|
|
|