|
|
@@ -405,7 +405,7 @@ public class AccountUtils {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public static UserSpaceView findBySpaceUU(Long spaceUU) throws Exception {
|
|
|
- String url = AccountConfig.getUserSaveUrl();
|
|
|
+ String url = AccountConfig.getSpaceSaveUrl();
|
|
|
if (!StringUtils.isEmpty(url)) {
|
|
|
url = url + "/info/spaceUU";
|
|
|
ModelMap data = new ModelMap();
|