|
|
|
@ -20,6 +20,7 @@ public interface ErpProductCategoryMapper extends BaseMapperX<ErpProductCategory
|
|
|
|
return selectList(new LambdaQueryWrapperX<ErpProductCategoryDO>()
|
|
|
|
return selectList(new LambdaQueryWrapperX<ErpProductCategoryDO>()
|
|
|
|
.likeIfPresent(ErpProductCategoryDO::getName, reqVO.getName())
|
|
|
|
.likeIfPresent(ErpProductCategoryDO::getName, reqVO.getName())
|
|
|
|
.eqIfPresent(ErpProductCategoryDO::getStatus, reqVO.getStatus())
|
|
|
|
.eqIfPresent(ErpProductCategoryDO::getStatus, reqVO.getStatus())
|
|
|
|
|
|
|
|
.orderByDesc(ErpProductCategoryDO::getSort)
|
|
|
|
.orderByDesc(ErpProductCategoryDO::getId));
|
|
|
|
.orderByDesc(ErpProductCategoryDO::getId));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|