Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangquan wangquan
testDome
Commits
ed183c66
Commit
ed183c66
authored
Aug 26, 2025
by
wangquan wangquan
Browse files
12
parent
e233b0ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
test-use-main/src/main/java/com/zxr/demos/service/impl/UdspCarSeriesListServiceImpl.java
View file @
ed183c66
...
...
@@ -34,6 +34,8 @@ public class UdspCarSeriesListServiceImpl implements UdspCarSeriesListService {
result
.
setCode
(
seriesList
.
getModelCode
());
resultList
.
add
(
result
);
}
log
.
info
(
"carSeriesListResultList:{}"
,
resultList
);
return
PageUtil
.
paging
(
info
,
resultList
);
}
...
...
Write
Preview
Supports
Markdown
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