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
b8bbd9e3
Commit
b8bbd9e3
authored
Mar 03, 2020
by
qwmqiuwenmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
de6c5a8d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
DepartmentContoller.java
...gic/haoban/manage/web/controller/DepartmentContoller.java
+3
-0
spring-interceptor.xml
...anage3-web/src/main/webapp/WEB-INF/spring-interceptor.xml
+1
-0
No files found.
haoban-manage3-web/src/main/java/com/gic/haoban/manage/web/controller/DepartmentContoller.java
View file @
b8bbd9e3
...
...
@@ -532,6 +532,9 @@ public class DepartmentContoller extends WebBaseController{
staff
.
setNickName
(
clerkListDTO
.
getClerkName
());
staff
.
setStaffName
(
clerkListDTO
.
getClerkName
());
staff
.
setPostion
(
clerkListDTO
.
getPositionName
());
staff
.
setWxEnterpriseId
(
wxEnterpriseId
);
staff
.
setPhoneNumber
(
phoneNumber
);
staff
.
setSex
(
clerkListDTO
.
getClerkGender
()
==
null
?
null
:
Integer
.
parseInt
(
clerkListDTO
.
getClerkGender
()));
staff
.
setSyncPostionFlag
(
1
);
staffApiService
.
add
(
staff
,
departmentId
);
}
else
{
...
...
haoban-manage3-web/src/main/webapp/WEB-INF/spring-interceptor.xml
View file @
b8bbd9e3
...
...
@@ -11,6 +11,7 @@
<mvc:mapping
path=
"/**"
/>
<mvc:exclude-mapping
path=
"/login.json"
/>
<mvc:exclude-mapping
path=
"/login-*"
/>
<mvc:exclude-mapping
path=
"/login_*"
/>
<mvc:exclude-mapping
path=
"/gic-login*"
/>
<mvc:exclude-mapping
path=
"/*test.json"
/>
<mvc:exclude-mapping
path=
"/test/*"
/>
...
...
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