Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
H
Hgs
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
徐州
Hgs
Commits
f8d588b5
Commit
f8d588b5
authored
Jan 29, 2021
by
jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同步企业微信用户id修改
parent
ba6517fa
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
UserController.java
...main/java/com/house365/web/controller/UserController.java
+1
-1
No files found.
house365-hgs-web/src/main/java/com/house365/web/controller/UserController.java
View file @
f8d588b5
...
...
@@ -820,7 +820,7 @@ public class UserController extends BaseController {
List
<
String
>
paramList
=
new
ArrayList
<>();
List
<
NameValuePair
>
directParams
=
new
ArrayList
<>();
directParams
.
add
(
new
BasicNameValuePair
(
"access_token"
,
token
));
directParams
.
add
(
new
BasicNameValuePair
(
"department_id"
,
"
2
"
));
directParams
.
add
(
new
BasicNameValuePair
(
"department_id"
,
"
687
"
));
directParams
.
add
(
new
BasicNameValuePair
(
"fetch_child"
,
"1"
));
for
(
NameValuePair
pair
:
directParams
)
{
paramList
.
add
(
pair
.
getName
()
+
"="
+
pair
.
getValue
());
...
...
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