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
ad84170b
Commit
ad84170b
authored
Jan 13, 2021
by
jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
南京站iM 切换线上组
parent
744d8372
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
AppHgsLoginImpl.java
...java/com/house365/ws/interfaces/rest/AppHgsLoginImpl.java
+2
-2
GetNewUserInfoImpl.java
...a/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
+2
-2
SaveNewMessage.java
.../java/com/house365/ws/interfaces/rest/SaveNewMessage.java
+2
-2
No files found.
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/AppHgsLoginImpl.java
View file @
ad84170b
...
...
@@ -130,8 +130,8 @@ public class AppHgsLoginImpl implements IAppHgsLogin {
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/556/557"
);
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77");
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"telephone"
,
phone
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
View file @
ad84170b
...
...
@@ -74,8 +74,8 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/556/557"
);
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77");
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"onlineStatus"
,
1
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/SaveNewMessage.java
View file @
ad84170b
...
...
@@ -57,8 +57,8 @@ public class SaveNewMessage implements ISaveNewMessage {
Date
now
=
new
Date
();
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/556/557"
);
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77");
//
queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"accId"
,
receiver
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
...
...
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