Skip to content

Commit

Permalink
[FIX] #232 entity manager clear fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AYoungSn committed Jan 24, 2024
1 parent a34b21d commit 4dea1af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ public void rankResultEdit(RankGamePPPModifyReqDto reqDto, Long gameId) {
rollbackGameResult(reqDto, season, teamUser, pChanges);
pChangeAdminRepository.delete(pChanges.get(0));
entityManager.flush();
entityManager.clear();
}
entityManager.clear();
for (TeamUser teamUser :
teamUsers) {
updateScore(reqDto, teamUser);
Expand Down

0 comments on commit 4dea1af

Please sign in to comment.