Parameter '__frch_item_0' not found. Available parameters are [pagination, map, param1, param2]
解决错误过程:尝试过将#{ item1 }改成${ item1 },但是不管用,还会产生新错,将录入的字符串当成的新字段属性。最后解决办法是将list创建临时变量放入实体中,再使用
<foreach collection="user.list" index="index" item="item1" open="(" separator="," close=")">
#{ item1 }
</foreach>