|
|
@@ -295,6 +295,9 @@ public class LoginController extends BaseController {
|
|
|
request.getSession().setAttribute("baseUrl", loginUrl);
|
|
|
ModelMap modelMap = (ModelMap) tk.getBind();
|
|
|
Long userUU = (Long) modelMap.get("userUU");
|
|
|
+ if (modelMap.containsKey("spaceUU")) {
|
|
|
+ spaceUU = (Long) modelMap.get("spaceUU");
|
|
|
+ }
|
|
|
|
|
|
if (app != null) {
|
|
|
app = StringUtils.isEmpty(app.getUserControl()) ? app : appService.findOne(app.getUserControl());
|