在MyBatisPlus的使用过程中,之前很多时候都是使用queryWrapper(条件构造器)的构造方法传入实体对象,来实现条件的构造,例如
contentCategoryService.list(new QueryWrapper<ContentCategory>(contentCat[......]
在MyBatisPlus的使用过程中,之前很多时候都是使用queryWrapper(条件构造器)的构造方法传入实体对象,来实现条件的构造,例如
contentCategoryService.list(new QueryWrapper<ContentCategory>(contentCat[......]