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
c67a601f
Commit
c67a601f
authored
Aug 26, 2025
by
wangquan wangquan
Browse files
12
parent
306a8178
Changes
1
Show whitespace changes
Inline
Side-by-side
test-use-main/src/main/java/com/zxr/demos/service/impl/UdspPartsServiceImpl.java
View file @
c67a601f
...
...
@@ -20,6 +20,8 @@ public class UdspPartsServiceImpl implements UdspPartsService {
private
UdspPartsDataMapper
partsDataMapper
;
@Override
public
PageInfo
<
UdspPartsResult
>
queryPageParts
(
UdspQueryPartsParam
param
)
{
log
.
info
(
"param:{}"
,
param
);
PageInfo
info
=
PageUtil
.
build
(
param
.
getPageNo
(),
param
.
getPageSize
());
List
<
UdspPartsResult
>
udspPartsResults
=
partsDataMapper
.
queryPageParts
(
param
);
...
...
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