随笔分类 -  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