From ecfb0bdc3160c40a88244e3821304ceb3ddf3f18 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Mon, 26 Jan 2026 17:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81commond?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/inner/model/cmd/user/account/ResetPasswordCmd.java | 3 ++- .../service/user/user/impl/UserAccountClientServiceImpl.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/cmd/user/account/ResetPasswordCmd.java b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/cmd/user/account/ResetPasswordCmd.java index 629c53cd..d2d61ce3 100644 --- a/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/cmd/user/account/ResetPasswordCmd.java +++ b/rc-service/rc-inner-api/other-inner/other-inner-model/src/main/java/com/red/circle/other/inner/model/cmd/user/account/ResetPasswordCmd.java @@ -1,6 +1,7 @@ package com.red.circle.other.inner.model.cmd.user.account; import com.red.circle.common.business.dto.cmd.AppExtCommand; +import com.red.circle.framework.core.dto.CommonCommand; import jakarta.validation.constraints.NotNull; import lombok.Data; import lombok.EqualsAndHashCode; @@ -10,7 +11,7 @@ import lombok.EqualsAndHashCode; */ @Data @EqualsAndHashCode(callSuper = true) -public class ResetPasswordCmd extends AppExtCommand { +public class ResetPasswordCmd extends CommonCommand { /** * 用户ID diff --git a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/UserAccountClientServiceImpl.java b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/UserAccountClientServiceImpl.java index 23e00148..bb636a9d 100644 --- a/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/UserAccountClientServiceImpl.java +++ b/rc-service/rc-service-other/other-inner-endpoint/src/main/java/com/red/circle/other/app/inner/service/user/user/impl/UserAccountClientServiceImpl.java @@ -475,7 +475,7 @@ public class UserAccountClientServiceImpl implements UserAccountClientService { .userId(userId) .sysOrigin(userProfile.getOriginSys()) .pwd(newPassword) - .imei(cmd.getReqImei()) + .imei("") .build()); // 清除密码登录缓存