调整异常

main
zhaokai 2025-11-20 13:31:57 +08:00
parent 2848a33125
commit 8f2306f76a
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ public class UserUpdateExe {
@Transactional(rollbackFor = Exception.class)
public void executeChangePassword(Long id) {
UserE userE = new UserE();
u
userRepository.changePassword(id);
}
}