Commit ad84170b authored by jay's avatar jay

南京站iM 切换线上组

parent 744d8372
...@@ -130,8 +130,8 @@ public class AppHgsLoginImpl implements IAppHgsLogin { ...@@ -130,8 +130,8 @@ 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/71/556/557");
// queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77"); 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)) {
......
...@@ -74,8 +74,8 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo { ...@@ -74,8 +74,8 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
//查询在线客服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/71/556/557");
// queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77"); 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,8 @@ public class SaveNewMessage implements ISaveNewMessage { ...@@ -57,8 +57,8 @@ 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/71/556/557");
// queryMap.put("deptUrlPath", "/1/2/69/70/71/72/77"); 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