...
|
...
|
@@ -180,7 +180,7 @@ |
|
|
and role_name = #{roleName, jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="type != '' and type !=null">
|
|
|
and type = #{type, jdbcType=VARCHAR}
|
|
|
and type like '%' #{type} '%'
|
|
|
</if>
|
|
|
</select>
|
|
|
<select id="findRolesByUserId" parameterType="java.lang.Integer" resultMap="BaseResultMap">
|
...
|
...
|
|