src/main/java/org/springblade/modules/system/mapper/RoleMapper.xml
@@ -59,5 +59,12 @@ </foreach> and is_deleted = 0 </select> <select id="getRoleListByIds" resultType="org.springblade.modules.system.entity.Role"> SELECT * FROM BLADE_ROLE WHERE id IN <foreach collection="ids.split(',')" item="id" open="(" separator="," close=")"> #{id} </foreach> </select> </mapper>