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

MyBatis 判断条件为等于的时候,常量需要加 .toString()

时间:2017-09-02 18:15:28      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:ring   bat   http   target   网址   blank   col   style   new   

当MyBatis 判断条件为等于的时候,常量需要加 .toString() 来转换,这种方法是稳定的,推荐使用,比如:

<!-- 正确的,稳定,推荐使用 -->  
<if test="newsImage != null and newsImage == ‘0‘.toString()">  
    <![CDATA[ and len(newsImage) > 0 ]]>  
</if> 

参考网址

MyBatis 判断条件为等于的时候,常量需要加 .toString()

标签:ring   bat   http   target   网址   blank   col   style   new   

原文地址:http://www.cnblogs.com/Dreamice/p/7466962.html

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