select
tb_item.*,
tb_item_pic.id as itemPic_id,
tb_item_pic.item_id,
tb_item_pic.url
from tb_item,
tb_item_pic
where
tb_item.id=tb_item_pic.item_id
and
tb_item.id
in
open="(" separator="," close=")">
#{ids}
這個是定義的resultMap
這個是mapper.java中的方法
public List selectItemAndPic(Integer []ids) throws Exception;
缺很多東西啊,看不出來問題。你手動執行一下你這SQL,查出來幾條數據