Commit fd70eb73 by Jony.L

算力资源重构-算力资源分类修改1.0

parent bfffdcc6
......@@ -24,7 +24,7 @@ public interface ResourceCategoryMapper extends BaseMapperX<ResourceCategoryDO>
.eqIfPresent(ResourceCategoryDO::getSort, reqVO.getSort())
.eqIfPresent(ResourceCategoryDO::getStatus, reqVO.getStatus())
.betweenIfPresent(ResourceCategoryDO::getCreateTime, reqVO.getCreateTime())
.orderByDesc(ResourceCategoryDO::getId));
.orderByAsc(ResourceCategoryDO::getSort));
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment