@SQL("SELECT id, image_id FROM jj_cases_image WHERE id IN (##(:1))") Map<Integer, Integer> getImageIdsByIds(String ids);##(:3) 表示将字符串原生的放置在sql语句里