“nested exception is org.apache.ibatis.exceptions.PersistenceException: \r\n### Error querying database. Cause: java.lang.UnsupportedOperationException\r\n### The error may exist in com/laimihui/mapper/ProductInfoMapper.xml\r\n### The error may involve com.laimihui.mapper.ProductInfoMapper.queryProductByBrandID\r\n### The error occurred while handling results\r\n### SQL: select id,image,name,sellPrices,sku,audit,number from product_info where brandID=? and (sellPrices >=? and sellPrices <= ?) and name like ? and sku like ? LIMIT ?\r\n### Cause: java.lang.UnsupportedOperationException”,
xml里 resultType="java.util.List 改为resultMap=“BaseResultMap”