fixed a bug
This commit is contained in:
parent
b10226b5b9
commit
5e10ffbe1b
@ -518,6 +518,8 @@ public class Controller {
|
|||||||
|
|
||||||
user_info.setTeam(team);
|
user_info.setTeam(team);
|
||||||
|
|
||||||
|
user_infoRepository.save(user_info);
|
||||||
|
|
||||||
return ResponseEntity.status(200).body(team);
|
return ResponseEntity.status(200).body(team);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user