文章分类 - mybatis
摘要:<jdbcConnection driverClass="oracle.jdbc.driver.OracleDriver" connectionURL="jdbc:oracle:thin:@xxx.xxx.x.xxx:1521:xxxx" userId="xxxx" password="xxxx">
阅读全文
摘要:mybais在使用的时候报错,写法是 <if test="direct != null and direct != ''" > #{direct,jdbcType=Integer, </if> 最后修正为 <if test="direct != null and direct != ''" > #{
阅读全文
摘要:原文链接:http://blog.csdn.net/hanchao_h/article/details/54848605 今天项目中有一个SQL的查询语句大概如下方式: select * from table where xxx = "xxx" and (xx1="xx1" or xx2="xx2"
阅读全文