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
856e4726
Commit
856e4726
authored
Jan 13, 2021
by
jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
im南京站调整为线上
parent
ad84170b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
11 deletions
+6
-11
AppHgsLoginImpl.java
...java/com/house365/ws/interfaces/rest/AppHgsLoginImpl.java
+1
-2
GetImUserInfoImpl.java
...va/com/house365/ws/interfaces/rest/GetImUserInfoImpl.java
+2
-2
GetNewUserInfoImpl.java
...a/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
+2
-5
SaveNewMessage.java
.../java/com/house365/ws/interfaces/rest/SaveNewMessage.java
+1
-2
No files found.
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/AppHgsLoginImpl.java
View file @
856e4726
...
@@ -130,8 +130,7 @@ public class AppHgsLoginImpl implements IAppHgsLogin {
...
@@ -130,8 +130,7 @@ public class AppHgsLoginImpl implements IAppHgsLogin {
//查询在线客服list
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
//测试临时新加部门,上线需要调整
// queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/567/568"
);
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"telephone"
,
phone
);
queryMap
.
put
(
"telephone"
,
phone
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/GetImUserInfoImpl.java
View file @
856e4726
...
@@ -78,7 +78,7 @@ public class GetImUserInfoImpl implements IGetImUserInfo {
...
@@ -78,7 +78,7 @@ public class GetImUserInfoImpl implements IGetImUserInfo {
//查询在线客服list
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
//测试临时新加部门,上线需要调整
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/
71/72/77
"
);
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/
567/568
"
);
queryMap
.
put
(
"onlineStatus"
,
1
);
queryMap
.
put
(
"onlineStatus"
,
1
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
...
@@ -176,7 +176,7 @@ public class GetImUserInfoImpl implements IGetImUserInfo {
...
@@ -176,7 +176,7 @@ public class GetImUserInfoImpl implements IGetImUserInfo {
private
String
getAccId
(
List
<
UserEntity
>
userList
)
{
private
String
getAccId
(
List
<
UserEntity
>
userList
)
{
String
accId
;
String
accId
;
//南京站
兜底
accId qlt_527
//南京站
accId qlt_527
String
defaultId
=
"qlt_527"
;
String
defaultId
=
"qlt_527"
;
//有在线房博士,随机分配一个,没有则默认组长
//有在线房博士,随机分配一个,没有则默认组长
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/GetNewUserInfoImpl.java
View file @
856e4726
...
@@ -68,14 +68,11 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
...
@@ -68,14 +68,11 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
response
.
setMsg
(
"参数不正确"
);
response
.
setMsg
(
"参数不正确"
);
return
JSONObject
.
fromObject
(
response
).
toString
();
return
JSONObject
.
fromObject
(
response
).
toString
();
}
}
//测试临时调整为qlt_10000
String
defaultId
=
"qlt_527"
;
String
defaultId
=
"qlt_10000"
;
// String defaultId = "qlt_527";
//查询在线客服list
//查询在线客服list
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
//测试临时新加部门,上线需要调整
// queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/567/568"
);
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"onlineStatus"
,
1
);
queryMap
.
put
(
"onlineStatus"
,
1
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
...
...
house365-hgs-ws/src/main/java/com/house365/ws/interfaces/rest/SaveNewMessage.java
View file @
856e4726
...
@@ -57,8 +57,7 @@ public class SaveNewMessage implements ISaveNewMessage {
...
@@ -57,8 +57,7 @@ public class SaveNewMessage implements ISaveNewMessage {
Date
now
=
new
Date
();
Date
now
=
new
Date
();
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
Map
<
String
,
Object
>
queryMap
=
new
HashMap
<>(
5
);
//测试临时新加部门,上线需要调整
//测试临时新加部门,上线需要调整
// queryMap.put("deptUrlPath", "/1/2/69/70/71/556/557");
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/567/568"
);
queryMap
.
put
(
"deptUrlPath"
,
"/1/2/69/70/71/72/77"
);
queryMap
.
put
(
"accId"
,
receiver
);
queryMap
.
put
(
"accId"
,
receiver
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
List
<
UserEntity
>
userList
=
userMapper
.
queryByConditions
(
queryMap
);
if
(
CollectionUtils
.
isNotEmpty
(
userList
))
{
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