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
ff2c5b32
authored
Nov 03, 2025
by
lijinqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复算力资源SKU bug修复
parent
825976d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
computility-module-compute/computility-module-compute-biz/src/main/java/com/luhu/computility/module/compute/service/resourcespu/ResourceSpuServiceImpl.java
+1
-2
No files found.
computility-module-compute/computility-module-compute-biz/src/main/java/com/luhu/computility/module/compute/service/resourcespu/ResourceSpuServiceImpl.java
View file @
ff2c5b32
...
...
@@ -87,8 +87,7 @@ public class ResourceSpuServiceImpl implements ResourceSpuService {
@Override
public
List
<
ResourceSpuSimpleRespVO
>
getResourceSimpleSpuList
()
{
List
<
ResourceSpuDO
>
resourceSpuDOList
=
resourceSpuMapper
.
selectList
(
ResourceSpuDO:
:
getStatus
,
ONLINE
.
getValue
(),
ResourceSpuDO:
:
getDeleted
,
0
);
List
<
ResourceSpuDO
>
resourceSpuDOList
=
resourceSpuMapper
.
selectList
(
ResourceSpuDO:
:
getDeleted
,
0
);
return
BeanUtils
.
toBean
(
resourceSpuDOList
,
ResourceSpuSimpleRespVO
.
class
);
}
...
...
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