Mybatis+Mysql一些事儿

Posted BridgeStone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mybatis+Mysql一些事儿相关的知识,希望对你有一定的参考价值。

Mybatis使用中,应注意的一些点

1.时间段查询

方法(1):

技术分享>= <=

方法(2):

技术分享
1 a.create_time between
2                     str_to_date(#{startTime,jdbcType=VARCHAR},‘%Y-%m-%d %H:%i:%S‘) and
3                     str_to_date(#{endTime,jdbcType=VARCHAR},‘%Y-%m-%d %H:%i:%S‘) and
between

 


以上是关于Mybatis+Mysql一些事儿的主要内容,如果未能解决你的问题,请参考以下文章

MyBatis怎么防止SQL注入

MyBatis查询mysql数据返回null

SpringBoot+MyBatis+MySQL读写分离

大厂 SpringBoot + MyBatis + MySQL读写分离实践!

SpringBoot+MyBatis+MySQL读写分离

SpringBoot+MyBatis+MySQL读写分离