Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
api
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
fd70eb73
authored
Sep 28, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
算力资源重构-算力资源分类修改1.0
parent
bfffdcc6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
computility-module-compute/computility-module-compute-biz/src/main/java/com/luhu/computility/module/compute/dal/mysql/resourcecategory/ResourceCategoryMapper.java
+2
-1
No files found.
computility-module-compute/computility-module-compute-biz/src/main/java/com/luhu/computility/module/compute/dal/mysql/resourcecategory/ResourceCategoryMapper.java
View file @
fd70eb73
...
...
@@ -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
())
.
orderBy
Desc
(
ResourceCategoryDO:
:
getId
));
.
orderBy
Asc
(
ResourceCategoryDO:
:
getSort
));
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment