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
09a84dac
Commit
09a84dac
authored
Jun 07, 2021
by
gaoyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.9.3需求---bug修复--平台人搜索
parent
99f968ad
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CustomerManagementController.java
...house365/web/controller/CustomerManagementController.java
+2
-2
No files found.
house365-hgs-web/src/main/java/com/house365/web/controller/CustomerManagementController.java
View file @
09a84dac
...
...
@@ -591,9 +591,9 @@ public class CustomerManagementController extends BaseController {
model
.
addAttribute
(
"actList"
,
alist
);
//平台创建人 ------> IM测试组组长及组员
//平台创建人 ------> IM测试组组长及组员
--->/1/2/69/70/71/556
Map
<
String
,
Object
>
paramMap
=
new
HashMap
<>(
10
);
paramMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/
71/556
"
);
paramMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/
567
"
);
List
<
UserEntity
>
createrList
=
user
.
queryByConditions
(
paramMap
);
model
.
addAttribute
(
"createrList"
,
createrList
);
...
...
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