2023年11月29日发(作者:)
【Java异常】i。。。
本⽂⽬录
项⽬背景描述:spring-boot (2.1.5) + mybatis-plus (3.3.1) + jdk8
⼀、问题描述
错误信息如下:
Caused by: rException: Error evaluating expression 'ew != null and st != null'.
Cause: ception: sqlFirst
.......
Caused by: rException: Error evaluating expression 'ew != null and st != null'. Cause:
at ue(:48)
at teBoolean(:32)
三、解决⽅案
将lambdaQuery()表达式查询的⽅法改为QueryWrapper()条件构造器查询⽅法即可,如下图是正确的写法
private List
QueryWrapper


发布评论