@@ -18,5 +18,6 @@
select c.* from tz_sys_user a
left join tz_sys_user_channel b on a.user_id = b.user_id
left join tz_channel c on b.channel_id = c.id
+ where a.user_id = #{userId}
</select>
</mapper>