【异常】MyBatis异常提示BuilderException: Error evaluating expression,NoSuchPropertyException
一、异常内容
Caused by: org.apache.ibatis.builder.BuilderException:
Error evaluating expression
'query.startTime!=null and query.endTime!=null and query.startTime!='' and query.endTime!='' '.
Cause: org.apache.ibatis.ognl.NoSuchPropertyException:
com.xxx.module.common.vo.scenario.QueryCustomDeleteReq.startTime
二、异常说明
提出了,具体的异常SQL内容如下
List<CustomDeleteScenarioCardVo> selectCustomDeleteScenarioCardPage(
还没有评论,来说两句吧...