Merge pull request 'develop' (#151) from develop into main
All checks were successful
CD - Deploy on main / deploy (push) Successful in 48s
All checks were successful
CD - Deploy on main / deploy (push) Successful in 48s
Reviewed-on: #151
This commit was merged in pull request #151.
This commit is contained in:
@@ -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