QueryWrapper or查询

qw.and(wrapper -> wrapper.isNull(Student.COL_ADDR_PROVINCE).or().eq(Student.COL_ADDR_PROVINCE, ""));

你可能感兴趣的:(QueryWrapper,or查询)