Commit 856e4726 authored by jay's avatar jay

im南京站调整为线上

parent ad84170b
...@@ -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)) {
......
...@@ -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)) {
......
...@@ -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);
......
...@@ -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)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment