修改密码commond处理
This commit is contained in:
parent
c3f2e428ac
commit
ecfb0bdc31
@ -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
|
||||
|
||||
@ -475,7 +475,7 @@ public class UserAccountClientServiceImpl implements UserAccountClientService {
|
||||
.userId(userId)
|
||||
.sysOrigin(userProfile.getOriginSys())
|
||||
.pwd(newPassword)
|
||||
.imei(cmd.getReqImei())
|
||||
.imei("")
|
||||
.build());
|
||||
|
||||
// 清除密码登录缓存
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user