@@ -1123,5 +1123,8 @@
<if test="roleType =='99999'">
and c.role_type in ('99999','99989')
</if>
+ <if test="roleType !='99999' and roleType !='99998'">
+ and c.role_type in (#{roleType})
+ </if>
</select>
</mapper>