2023年8月9日
摘要: 参考博客:mybatis createCriteria和or的区别 1、example.or() TestTableExample example = new TestTableExample(); example.or() .andField1EqualTo(5) .andField2IsNull 阅读全文
posted @ 2023-08-09 17:59 有点懒惰的大青年 阅读(5668) 评论(1) 推荐(0)