mybatis-plus 判断isnull or

mybatis-plus 判断null或者匹配固定值 wrapper.lambda().and(wrapper1 -> wrapper1.isNull(MaterialInfoDO::getCompanyId).or().eq(MaterialInfoDO::getCompanyId, "ABC");
相关文章
相关标签/搜索