Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
d72b25e6
Commit
d72b25e6
authored
Apr 20, 2020
by
huangZW
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
111
parent
09b75f19
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
StaffController.java
...com/gic/haoban/manage/web/controller/StaffController.java
+2
-2
StaffVO.java
...b/src/main/java/com/gic/haoban/manage/web/vo/StaffVO.java
+6
-5
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/StaffController.java
View file @
d72b25e6
...
@@ -217,7 +217,7 @@ public class StaffController extends WebBaseController{
...
@@ -217,7 +217,7 @@ public class StaffController extends WebBaseController{
staffVO
.
setStaffName
(
clerk
.
getClerkName
());
staffVO
.
setStaffName
(
clerk
.
getClerkName
());
staffVO
.
setNationCode
(
clerk
.
getNationcode
());
staffVO
.
setNationCode
(
clerk
.
getNationcode
());
staffVO
.
setPhoneNumber
(
clerk
.
getPhoneNumber
());
staffVO
.
setPhoneNumber
(
clerk
.
getPhoneNumber
());
staffVO
.
setPostion
(
clerk
.
getPositionName
());
staffVO
.
setPos
i
tion
(
clerk
.
getPositionName
());
staffVO
.
setHeadImg
(
clerk
.
getHeadImgUrl
());
staffVO
.
setHeadImg
(
clerk
.
getHeadImgUrl
());
staffVO
.
setDepartmentName
(
storeDTO
==
null
?
""
:
storeDTO
.
getStoreName
());
staffVO
.
setDepartmentName
(
storeDTO
==
null
?
""
:
storeDTO
.
getStoreName
());
}
}
...
@@ -234,7 +234,7 @@ public class StaffController extends WebBaseController{
...
@@ -234,7 +234,7 @@ public class StaffController extends WebBaseController{
staffVO
.
setStaffName
(
staff
.
getStaffName
());
staffVO
.
setStaffName
(
staff
.
getStaffName
());
staffVO
.
setNationCode
(
staff
.
getNationCode
());
staffVO
.
setNationCode
(
staff
.
getNationCode
());
staffVO
.
setPhoneNumber
(
staff
.
getPhoneNumber
());
staffVO
.
setPhoneNumber
(
staff
.
getPhoneNumber
());
staffVO
.
setPostion
(
staff
.
getPostion
());
staffVO
.
setPos
i
tion
(
staff
.
getPostion
());
staffVO
.
setHeadImg
(
staff
.
getHeadImg
());
staffVO
.
setHeadImg
(
staff
.
getHeadImg
());
if
(
CollectionUtil
.
isNotEmpty
(
list
)){
if
(
CollectionUtil
.
isNotEmpty
(
list
)){
String
departmentId
=
list
.
get
(
0
).
getDepartmentId
();
String
departmentId
=
list
.
get
(
0
).
getDepartmentId
();
...
...
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/vo/StaffVO.java
View file @
d72b25e6
...
@@ -17,7 +17,7 @@ public class StaffVO implements Serializable{
...
@@ -17,7 +17,7 @@ public class StaffVO implements Serializable{
private
String
nationCode
;
private
String
nationCode
;
private
String
postion
;
private
String
pos
i
tion
;
private
String
departmentName
;
private
String
departmentName
;
...
@@ -55,12 +55,13 @@ public class StaffVO implements Serializable{
...
@@ -55,12 +55,13 @@ public class StaffVO implements Serializable{
this
.
nationCode
=
nationCode
;
this
.
nationCode
=
nationCode
;
}
}
public
String
getPostion
()
{
return
postion
;
public
String
getPosition
()
{
return
position
;
}
}
public
void
setPos
tion
(
String
pos
tion
)
{
public
void
setPos
ition
(
String
posi
tion
)
{
this
.
pos
tion
=
pos
tion
;
this
.
pos
ition
=
posi
tion
;
}
}
public
String
getDepartmentName
()
{
public
String
getDepartmentName
()
{
...
...
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