文章分类 -  mybatis

摘要:<jdbcConnection driverClass="oracle.jdbc.driver.OracleDriver" connectionURL="jdbc:oracle:thin:@xxx.xxx.x.xxx:1521:xxxx" userId="xxxx" password="xxxx"> 阅读全文
posted @ 2017-12-15 12:36 guodaxia 阅读(1063) 评论(0) 推荐(0) 编辑
摘要:mybais在使用的时候报错,写法是 <if test="direct != null and direct != ''" > #{direct,jdbcType=Integer, </if> 最后修正为 <if test="direct != null and direct != ''" > #{ 阅读全文
posted @ 2017-12-15 12:34 guodaxia 阅读(159) 评论(0) 推荐(0) 编辑
摘要:原文链接:http://blog.csdn.net/hanchao_h/article/details/54848605 今天项目中有一个SQL的查询语句大概如下方式: select * from table where xxx = "xxx" and (xx1="xx1" or xx2="xx2" 阅读全文
posted @ 2017-06-06 21:32 guodaxia 阅读(1576) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示