mybatis踩坑值 <if test=> 不能用大写AND

org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.builder.BuilderException: Error evaluating expression ' VIP == 0 AND isVipOpen!=0 '. Cause: org.apache.ibatis.ognl.ExpressionSyntaxException: Malformed OGNL expression: VIP == 0 AND isVipOpen!=0 [org.apache.ibatis.ognl.ParseException: Encountered " <IDENT> "AND "" at line 1, column 11.

Was expecting one of:

<EOF>

"," ...

"=" ...

"?" ...

"||" ...

"or" ...

"&&" ...

"and" ...

"|" ...

"bor" ...

"^" ...

"xor" ...

"&" ...

"band" ...

"==" ...

"eq" ...

"!=" ...

"neq" ...

"<" ...

"lt" ...

">" ...

"gt" ...

"<=" ...

"lte" ...

">=" ...

"gte" ...

"in" ...

"not" ...

"<<" ...

"shl" ...

">>" ...

"shr" ...

">>>" ...

"ushr" ...

"+" ...

"-" ...

"*" ...

"/" ...

"%" ...

"instanceof" ...

"." ...

"(" ...

"[" ...

<DYNAMIC_SUBSCRIPT> ...

]

test中AND改成小写就OK了

相关推荐
豆角焖肉1 天前
MyBatis多表关联查询(一对多/多对一/多对多)
mybatis·一对多·多表设计·多对多·一对一·多对一
学Linux的语莫1 天前
Redis 的两种持久化方式:RDB 和 AOF,一次讲懂
数据库·redis·mybatis
yio_yin2 天前
MyBatis
java·前端·mybatis
無a伟2 天前
Redis事务详解:原理、实战、坑点与实践
mybatis
豆角焖肉2 天前
MyBatis延迟加载、缓存机制与注解开发
java·spring·mybatis
就改了3 天前
MyBatis核心类用法详解
java·spring boot·后端·mybatis
momo5 天前
Java+WebAI黑马知识点
java·spring boot·mybatis
snow@li5 天前
MyBatis:动态 SQL 全景梳理
数据库·sql·mybatis
就改了5 天前
Mybatis快速入门大全(详细版)
java·spring boot·mybatis
qq_171538855 天前
深入浅出 MyBatis XML:从入门到精通
xml·java·mybatis