問題:mybatis查詢無結果集,但數據庫執行相同的sql有結果集

解決:1.mybatis返回值查看是否有錯誤mybatis            2.若是有for循環存在,#號改成$號spa <foreach item="item" index="index" collection="ids" open="(" separator="," close=")">             ${item}       </foreach> it
相關文章
相關標籤/搜索