(1)非法字符
org.apache.jasper.JasperException: java.lang.IllegalArgumentException: Illegal pattern character 'i'
原因:书写错误
(2) 参数传递错误---查询结果错误
页面端
后台代码-----错误写法
错误:导致两个对象id值相同,查询结果出错
后台代码-----正确写法
结果:
(3)nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'status' in 'class com.jeeplus.modules.website.entity.CrawlerWebsite'
分析:检查数据库字段类型和实体类中是否对应