会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
知识海洋
技术积累、项目总结、踩坑大全、心灵净土全家桶!
首页
联系
管理
随笔分类 -
mybatis系列
mybatis、mybatis-push
Mybatis操作使用
摘要:Mybatis-XML的sql操作 1、<if test="name!=null and name!=''"></if> 2、模糊查询: LIKE CONCAT('%',#{name},'%') 3、返回null->设置0:coalesce(e.cuscount,0) as cuscount 4、批
阅读全文
posted @
2020-05-15 19:30
fuanfei