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

摘录-Mybatis - Integer值为0的数据 return false

时间:2018-06-01 14:26:08      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:ret   就是   false   test   参数   其他   判断   定义   数据类型   

Mybatis在进行<if test="status != null and status != ‘‘">判空操作时,如果status为0的时候,该判断条件的值为false,也就是说Mybatis此时把0作为 ""来进行判断的!

status 若为对象数据类型(例integer)就去掉为""判断 若为其他可以自定义在server参数处理成自定义的值。

摘录-Mybatis - Integer值为0的数据 return false

标签:ret   就是   false   test   参数   其他   判断   定义   数据类型   

原文地址:https://www.cnblogs.com/technology-huangyan/p/9121339.html

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