Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-office-web-sit
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
吴迪
gs1-office-web-sit
Commits
0867698e
Commit
0867698e
authored
May 17, 2022
by
吴迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修改】添加条件
parent
47f779ab
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
PlanBranchServiceImpl.java
...ce/modules/manage/service/impl/PlanBranchServiceImpl.java
+2
-0
No files found.
src/main/java/io/office/modules/manage/service/impl/PlanBranchServiceImpl.java
View file @
0867698e
...
@@ -23,6 +23,8 @@ public class PlanBranchServiceImpl extends ServiceImpl<PlanBranchDao, PlanBranch
...
@@ -23,6 +23,8 @@ public class PlanBranchServiceImpl extends ServiceImpl<PlanBranchDao, PlanBranch
public
PageUtils
queryPage
(
Map
<
String
,
Object
>
params
)
{
public
PageUtils
queryPage
(
Map
<
String
,
Object
>
params
)
{
QueryWrapper
<
PlanBranchEntity
>
planBranchEntityQueryWrapper
=
new
QueryWrapper
<>();
QueryWrapper
<
PlanBranchEntity
>
planBranchEntityQueryWrapper
=
new
QueryWrapper
<>();
planBranchEntityQueryWrapper
.
eq
(
params
.
containsKey
(
"classnum"
),
"classnum"
,
params
.
get
(
"classnum"
));
planBranchEntityQueryWrapper
.
eq
(
params
.
containsKey
(
"classnum"
),
"classnum"
,
params
.
get
(
"classnum"
));
planBranchEntityQueryWrapper
.
eq
(
params
.
containsKey
(
"checkflag"
),
"checkflag"
,
params
.
get
(
"checkflag"
));
planBranchEntityQueryWrapper
.
like
(
params
.
containsKey
(
"name"
),
"name"
,
params
.
get
(
"name"
));
planBranchEntityQueryWrapper
.
orderByAsc
(
"id"
);
planBranchEntityQueryWrapper
.
orderByAsc
(
"id"
);
IPage
<
PlanBranchEntity
>
page
=
this
.
page
(
IPage
<
PlanBranchEntity
>
page
=
this
.
page
(
new
Query
<
PlanBranchEntity
>().
getPage
(
params
),
new
Query
<
PlanBranchEntity
>().
getPage
(
params
),
...
...
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