Commit b59d5b183a75f953332dcf66db28f1e88bb9f798

Authored by yiming
1 parent 91f1b937

bf

bsthLineProfiles/src/main/java/com/ruoyi/project/system/dept/service/DeptServiceImpl.java
... ... @@ -348,7 +348,7 @@ public class DeptServiceImpl implements IDeptService
348 348 //获取所有部门信息
349 349 JSONObject para = new JSONObject();
350 350 para.put("organizationId", "");
351   - String deptStr = HttpRequest.post("http://180.169.154.251:8082/businessCenter/organizationInfo/queryOrgUserTreeList")
  351 + String deptStr = HttpRequest.post("http://112.64.45.51:31353/businessCenter/organizationInfo/queryOrgUserTreeList")
352 352 .header(Header.ACCEPT, "application/json").header("userName", "tuohua00001").
353 353 header("password", "8602daa59fdd3dcc648c206e334fc268").form(para)
354 354 .execute().body();
... ...