@Select("SELECT * FROM blog WHERE id IN (#{ids})") List<Blog> selectBlogs(int[] ids);. MyBatis doesn't seem able to pick out the array of ints and put those ...
確定! 回上一頁