From 5df11931f1ad975d5c0b330f02ff3613676ff760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E9=B9=8F=E9=A3=9E?= Date: Mon, 28 Jul 2025 21:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E7=AB=AF=E5=BF=98=E8=AE=B0=E5=AF=86=E7=A0=81=E6=BF=80=E6=B4=BB?= =?UTF-8?q?=E6=97=B6=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mobilebroken/repository/service/impl/AppUserServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/nflg-mobilebroken-repository/src/main/java/com/nflg/mobilebroken/repository/service/impl/AppUserServiceImpl.java b/nflg-mobilebroken-repository/src/main/java/com/nflg/mobilebroken/repository/service/impl/AppUserServiceImpl.java index c8d5ba71..9a381874 100644 --- a/nflg-mobilebroken-repository/src/main/java/com/nflg/mobilebroken/repository/service/impl/AppUserServiceImpl.java +++ b/nflg-mobilebroken-repository/src/main/java/com/nflg/mobilebroken/repository/service/impl/AppUserServiceImpl.java @@ -694,7 +694,6 @@ public class AppUserServiceImpl extends ServiceImpl impl .throwMessage("随机码不正确"); appUser.setState(UserState.Activated.getState()); appUser.setPassword(PASSWORDENCODER.encode(request.getPassword())); - appUser.setUpdateBy(AppUserUtil.getUserName()); appUser.setUpdateTime(LocalDateTime.now()); updateById(appUser); }else if (StrUtil.equals("1", type)){