src/main/resources/mapper/CstmrFollMapper.xml
@@ -10,4 +10,8 @@ </resultMap> <select id="selectCstmrIdUserId" resultMap="BaseResultMap"> SELECT DISTINCT cstmr_id FROM [dbo].[man_cstmr_foll] WHERE user_id = #{userId} order by cstmr_id </select> </mapper>