mybatis plus 写法整理

mybatis plus 两个字段or查询

qw.and(q -> q.eq("column_1", 0).or().eq("column_2", 1));

你可能感兴趣的:(mybatis)