@ -10,7 +10,7 @@
and t3.permission_id = t4.id
and t1.id = #{userId}
and t4.`level` = #{level}
ORDER BY t4.id
ORDER BY t4.sort
</select>
</mapper>