Poprawki
This commit is contained in:
parent
ad0d9e40c1
commit
c6c67e7e29
@ -83,6 +83,7 @@ public class UserService {
|
|||||||
if ((authority.getName() == null || authority.getSurname() == null) && authority.getUsosId() != null) {
|
if ((authority.getName() == null || authority.getSurname() == null) && authority.getUsosId() != null) {
|
||||||
System.out.println("IF");
|
System.out.println("IF");
|
||||||
final UserApiResponse resp = this.service.getUserData(authority.getUsosId());
|
final UserApiResponse resp = this.service.getUserData(authority.getUsosId());
|
||||||
|
System.out.println("W IFIE");
|
||||||
authority.updateWithUsosData(resp);
|
authority.updateWithUsosData(resp);
|
||||||
System.out.println("PRAWIE WYCHODZE Z IFA");
|
System.out.println("PRAWIE WYCHODZE Z IFA");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user