修改密码commond处理
This commit is contained in:
parent
c3f2e428ac
commit
ecfb0bdc31
@ -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
|
||||||
|
|||||||
@ -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());
|
||||||
|
|
||||||
// 清除密码登录缓存
|
// 清除密码登录缓存
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user