org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named '__frch_item_0' in 'class cn.wth.CommonData_CoordRangeVo'
是因为在list那块没有new对象或者是某个属性没有get方法
或者是你写传入值的#{item.ssss}但是你的parameterType对象中并没有这个ssss属性