码迷,mamicode.com
首页 > 其他好文 > 详细

mybatis中条件表达式if的test为字符串时值比较

时间:2019-01-23 17:11:35      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:需要   pre   tostring   string   表达式   引号   字符   条件   不能   

mybatis中条件表达式字符串用‘‘单引号不能直接比较,需要加toString()

<if test="param != null and param != ‘hello‘.toString()" >

或者用""双引号

<if test=‘param != null and param != "hello" ‘ >

mybatis中条件表达式if的test为字符串时值比较

标签:需要   pre   tostring   string   表达式   引号   字符   条件   不能   

原文地址:http://blog.51cto.com/jtech/2345879

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!