Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
long-tern-care-service
Project
Project
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
hubin
long-tern-care-service
Commits
a750a29f
Commit
a750a29f
authored
Mar 08, 2022
by
liuxun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
c93df271
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
SuperviseOrganEmpController.java
...tc/governance/controller/SuperviseOrganEmpController.java
+4
-4
No files found.
governance/src/main/java/com/hungraim/ltc/governance/controller/SuperviseOrganEmpController.java
View file @
a750a29f
...
...
@@ -61,9 +61,9 @@ public class SuperviseOrganEmpController {
*/
@RequestMapping
(
"/superviseOrganEmpList"
)
public
Result
<
Page
<
SuperviseOrganEmpVO
>>
superviseOrganEmpList
(
@RequestParam
(
defaultValue
=
"1"
)
Integer
pageNum
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
pageSize
,
Long
organId
,
Boolean
isIn
clude
d
,
String
organName
,
String
spvEmpType
,
String
spvEmpName
,
String
mobilePhone
,
String
isLock
)
{
Long
organId
,
Boolean
isIn
volveChil
d
,
String
organName
,
String
spvEmpType
,
String
spvEmpName
,
String
mobilePhone
,
String
isLock
)
{
Page
<
SuperviseOrganEmpVO
>
page
=
new
Page
<>(
pageNum
,
pageSize
);
page
=
superviseOrganEmpService
.
superviseOrganEmpList
(
page
,
organId
,
isIn
clude
d
,
organName
,
spvEmpType
,
spvEmpName
,
mobilePhone
,
isLock
);
page
=
superviseOrganEmpService
.
superviseOrganEmpList
(
page
,
organId
,
isIn
volveChil
d
,
organName
,
spvEmpType
,
spvEmpName
,
mobilePhone
,
isLock
);
return
Result
.
success
(
page
);
}
...
...
@@ -126,9 +126,9 @@ public class SuperviseOrganEmpController {
*/
@RequestMapping
(
"/superviseOrganList"
)
public
Result
<
Page
<
SuperviseOrganVO
>>
superviseOrganList
(
@RequestParam
(
defaultValue
=
"1"
)
Integer
pageNum
,
@RequestParam
(
defaultValue
=
"10"
)
Integer
pageSize
,
Long
organId
,
Boolean
isIn
clude
d
,
String
spvOrganName
)
{
Long
organId
,
Boolean
isIn
volveChil
d
,
String
spvOrganName
)
{
Page
<
SuperviseOrganVO
>
page
=
new
Page
<>(
pageNum
,
pageSize
);
page
=
superviseOrganEmpService
.
superviseOrganList
(
page
,
organId
,
isIn
clude
d
,
spvOrganName
);
page
=
superviseOrganEmpService
.
superviseOrganList
(
page
,
organId
,
isIn
volveChil
d
,
spvOrganName
);
return
Result
.
success
(
page
);
}
...
...
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