Compare commits
3 Commits
6494fe235e
...
906a74571f
| Author | SHA1 | Date | |
|---|---|---|---|
| 906a74571f | |||
| fcc81e0607 | |||
| 862b917689 |
@@ -53,6 +53,10 @@ public class ImpositionsTfuController {
|
||||
);
|
||||
}
|
||||
User user=currentUser.getUser();
|
||||
System.out.println(user.getId());
|
||||
System.out.println(user.getStructure().getId());
|
||||
System.out.println(impositionsTfuPaylaodWeb.getStructureId());
|
||||
|
||||
|
||||
if(user.getStructure().getId()!=impositionsTfuPaylaodWeb.getStructureId()){
|
||||
return new ResponseEntity<>(
|
||||
|
||||
Reference in New Issue
Block a user