Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-backend
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AutogeneralShanghai
yd-backend
Commits
d62f122d
Commit
d62f122d
authored
Jan 21, 2021
by
jianan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
审批问题12
parent
74f84d21
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
yd-api/src/main/java/com/yd/api/agms/vo/hiring/PractitionerHiringListRequestVO.java
+3
-3
yd-api/src/main/java/com/yd/dal/mapper/agms/AgmsHiringMapper.java
+2
-2
No files found.
yd-api/src/main/java/com/yd/api/agms/vo/hiring/PractitionerHiringListRequestVO.java
View file @
d62f122d
...
...
@@ -11,7 +11,7 @@ public class PractitionerHiringListRequestVO {
private
Long
branchId
;
private
Long
deptId
;
private
Long
subsystemId
;
private
Lo
ng
name
;
private
Stri
ng
name
;
private
String
status
;
private
PageInfo
<
PractitionerHiringListInfo
>
pageInfo
;
...
...
@@ -54,11 +54,11 @@ public class PractitionerHiringListRequestVO {
this
.
subsystemId
=
subsystemId
;
}
public
Lo
ng
getName
()
{
public
Stri
ng
getName
()
{
return
name
;
}
public
void
setName
(
Lo
ng
name
)
{
public
void
setName
(
Stri
ng
name
)
{
this
.
name
=
name
;
}
...
...
yd-api/src/main/java/com/yd/dal/mapper/agms/AgmsHiringMapper.java
View file @
d62f122d
...
...
@@ -67,7 +67,7 @@ public interface AgmsHiringMapper {
@Param
(
"branchId"
)
Long
branchId
,
@Param
(
"deptId"
)
Long
deptId
,
@Param
(
"subsystemId"
)
Long
subsystemId
,
@Param
(
"name"
)
Lo
ng
name
@Param
(
"name"
)
Stri
ng
name
);
Page
<
PractitionerHiringListInfo
>
queryUnhandledList
(
@Param
(
"approveStatus"
)
String
approveStatus
,
...
...
@@ -75,7 +75,7 @@ public interface AgmsHiringMapper {
@Param
(
"branchId"
)
Long
branchId
,
@Param
(
"deptId"
)
Long
deptId
,
@Param
(
"subsystemId"
)
Long
subsystemId
,
@Param
(
"name"
)
Lo
ng
name
@Param
(
"name"
)
Stri
ng
name
);
List
<
PractitionerHiringListInfo
>
queryS2List
();
...
...
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