|
|
@@ -52,6 +52,9 @@ public class AuthenticationController {
|
|
|
if (user.getEnterprise().getEnAdminuu().equals(user.getUserUU())) {
|
|
|
user.setIssys(Constant.YES);
|
|
|
}
|
|
|
+ else {
|
|
|
+ user.setIssys(Constant.NO);
|
|
|
+ }
|
|
|
} catch (NullPointerException e) { }
|
|
|
request.getSession().setAttribute("user",user);
|
|
|
UserInfo userInfo = new UserInfo(user);
|