Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f6c75fdf
authored
Jul 26, 2023
by
wangli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
过滤状态
1 parent
24c7182a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
project-order/src/main/java/com/dituhui/pea/order/service/impl/BusinessBlockServiceImpl.java
project-order/src/main/java/com/dituhui/pea/order/service/impl/BusinessBlockServiceImpl.java
View file @
f6c75fd
...
...
@@ -71,6 +71,7 @@ public class BusinessBlockServiceImpl implements BusinessBlockService {
Page
<
MapBlockInfo
>
pg
=
new
Page
<>(
page
,
size
);
LambdaQueryWrapper
<
MapBlockInfo
>
lqwBlock
=
new
LambdaQueryWrapper
<>();
lqwBlock
.
eq
(
MapBlockInfo:
:
getStatus
,
1
);
lqwBlock
.
in
(
MapBlockInfo:
:
getTeamId
,
teamIds
);
lqwBlock
.
eq
(
StringUtils
.
isNotEmpty
(
layerId
),
MapBlockInfo:
:
getLayerId
,
layerId
);
lqwBlock
.
orderByAsc
(
MapBlockInfo:
:
getTeamId
);
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment