会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
DoubleFishes
博客园
首页
新随笔
联系
管理
订阅
2023年3月31日
记录使用mybatis时踩到的坑-integer类型数据为0时,会判断为:等于空字符串为true
摘要: 因为做查询操作时,需要设置为传入参数值才进行查询,于是判断条件是: status != null and status != '' 即mapper层的写法: <if test="status != null and status != ''">and status=#{status}</if> 但设
阅读全文
posted @ 2023-03-31 17:24 DoubleFishes
阅读(420)
评论(1)
推荐(0)
编辑
公告