Commit 21fb13f1 authored by jay's avatar jay

云迹调用接口线上环境切换

parent b8192227
......@@ -72,7 +72,7 @@ get.pay.url = https://mtsapi.house365.com
#云信im同步地址
IM.SYNC.URL = http://yunxinim.house365.com
#云迹拉取新接口地址
CLOUD.PULL.URL = http://192.168.105.121:8083/user/hgs/loginaccountinfo
CLOUD.PULL.URL = http://cdx2.prod.house365.com:8083/user/hgs/loginaccountinfo
......
......@@ -75,8 +75,8 @@ public class GetNewUserInfoImpl implements IGetNewUserInfo {
//查询在线客服list
Map<String, Object> queryMap = new HashMap<>(5);
//测试临时新加部门,上线需要调整
// queryMap.put("deptId", 568);
queryMap.put("deptId", 557);
queryMap.put("deptId", 568);
// queryMap.put("deptId", 557);
queryMap.put("onlineStatus", 1);
List<UserEntity> userList = userMapper.queryByConditions(queryMap);
......
......@@ -70,5 +70,5 @@ projects.server.url=http://oms.house365.com/tpp/adminpack/index.php
#推广部同步用户url
promote.url = http://365tgb.house365.com/api/app/syncUserFromApp
#云迹拉取新接口地址
CLOUD.PULL.URL = http://192.168.105.121:8083/user/hgs/loginaccountinfo
CLOUD.PULL.URL = http://cdx2.prod.house365.com:8083/user/hgs/loginaccountinfo
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