Browse Source

企业信息使用链接错误

wangmh 7 years ago
parent
commit
16a561bd5c

+ 1 - 1
sso-server/src/main/java/com/uas/sso/service/impl/UserspaceServiceImpl.java

@@ -118,7 +118,7 @@ public class UserspaceServiceImpl implements UserspaceService {
                 App tempApp = appService.findOne(appId);
                 App tempApp = appService.findOne(appId);
                 if (tempApp != null && StringUtils.isEmpty(tempApp.getUserControl())
                 if (tempApp != null && StringUtils.isEmpty(tempApp.getUserControl())
                         && !StringUtils.isEmpty(tempApp.getBackSpaceUrl())) {
                         && !StringUtils.isEmpty(tempApp.getBackSpaceUrl())) {
-                    String url = tempApp.getBackUserUrl();
+                    String url = tempApp.getBackSpaceUrl();
                     JSONObject formData = JSON.parseObject(JSON.toJSONString(userSpaceView));
                     JSONObject formData = JSON.parseObject(JSON.toJSONString(userSpaceView));
                     HttpUtil.ResponseWrap res = null;
                     HttpUtil.ResponseWrap res = null;
                     try {
                     try {