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()); // 清除密码登录缓存