修改密码commond处理

This commit is contained in:
tianfeng 2026-01-26 17:28:05 +08:00
parent c3f2e428ac
commit ecfb0bdc31
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
package com.red.circle.other.inner.model.cmd.user.account; package com.red.circle.other.inner.model.cmd.user.account;
import com.red.circle.common.business.dto.cmd.AppExtCommand; import com.red.circle.common.business.dto.cmd.AppExtCommand;
import com.red.circle.framework.core.dto.CommonCommand;
import jakarta.validation.constraints.NotNull; import jakarta.validation.constraints.NotNull;
import lombok.Data; import lombok.Data;
import lombok.EqualsAndHashCode; import lombok.EqualsAndHashCode;
@ -10,7 +11,7 @@ import lombok.EqualsAndHashCode;
*/ */
@Data @Data
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
public class ResetPasswordCmd extends AppExtCommand { public class ResetPasswordCmd extends CommonCommand {
/** /**
* 用户ID * 用户ID

View File

@ -475,7 +475,7 @@ public class UserAccountClientServiceImpl implements UserAccountClientService {
.userId(userId) .userId(userId)
.sysOrigin(userProfile.getOriginSys()) .sysOrigin(userProfile.getOriginSys())
.pwd(newPassword) .pwd(newPassword)
.imei(cmd.getReqImei()) .imei("")
.build()); .build());
// 清除密码登录缓存 // 清除密码登录缓存