Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
property-management
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘帅
property-management
Commits
b85a14b9
Commit
b85a14b9
authored
Jun 10, 2025
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.优化
parent
61e2fabd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
WxPayRecordServiceImpl.java
...agement/business/service/impl/WxPayRecordServiceImpl.java
+1
-0
No files found.
propertyManagement-business/src/main/java/com/propertyManagement/business/service/impl/WxPayRecordServiceImpl.java
View file @
b85a14b9
...
@@ -245,6 +245,7 @@ public class WxPayRecordServiceImpl implements IWxPayRecordService {
...
@@ -245,6 +245,7 @@ public class WxPayRecordServiceImpl implements IWxPayRecordService {
private
LambdaQueryWrapper
<
WxPayRecord
>
buildQueryWrapper
(
WxPayRecordBo
bo
)
{
private
LambdaQueryWrapper
<
WxPayRecord
>
buildQueryWrapper
(
WxPayRecordBo
bo
)
{
Map
<
String
,
Object
>
params
=
bo
.
getParams
();
Map
<
String
,
Object
>
params
=
bo
.
getParams
();
LambdaQueryWrapper
<
WxPayRecord
>
lqw
=
Wrappers
.
lambdaQuery
();
LambdaQueryWrapper
<
WxPayRecord
>
lqw
=
Wrappers
.
lambdaQuery
();
lqw
.
eq
(
bo
.
getCommunityId
()
!=
null
,
WxPayRecord:
:
getCommunityId
,
bo
.
getCommunityId
());
lqw
.
eq
(
bo
.
getUserId
()
!=
null
,
WxPayRecord:
:
getUserId
,
bo
.
getUserId
());
lqw
.
eq
(
bo
.
getUserId
()
!=
null
,
WxPayRecord:
:
getUserId
,
bo
.
getUserId
());
lqw
.
like
(
StringUtils
.
isNotBlank
(
bo
.
getUserName
()),
WxPayRecord:
:
getUserName
,
bo
.
getUserName
());
lqw
.
like
(
StringUtils
.
isNotBlank
(
bo
.
getUserName
()),
WxPayRecord:
:
getUserName
,
bo
.
getUserName
());
lqw
.
like
(
bo
.
getCommunityName
()
!=
null
,
WxPayRecord:
:
getCommunityName
,
bo
.
getCommunityName
());
lqw
.
like
(
bo
.
getCommunityName
()
!=
null
,
WxPayRecord:
:
getCommunityName
,
bo
.
getCommunityName
());
...
...
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