mybatis 查询 xml list参数: <select id="getByIds" resultType="string" parameterType="java.util.List"> SELECT a.FENLEINAME from Tab a where a.id in (select b.pid from TB b where b.id in <foreach collection="list"
在MyBatis传入List参数时,MyBatis报错:nested exception is org.apache.ibatis.binding.BindingException: Parameter 'idList' not found. Available parameters are [collection, list]","request_id":"fe7f7f815c1995a6015c1a22c2540234"} 以下是相关代码: Mappe