mirror of https://gitee.com/topiam/eiam
⚡ 优化代码
parent
705d4dbbe5
commit
43cc76cebe
|
@ -51,7 +51,7 @@ public interface AccountConverter {
|
||||||
* @param param {@link UpdateUserInfoRequest} 更新参数
|
* @param param {@link UpdateUserInfoRequest} 更新参数
|
||||||
* @return {@link UserEntity} 用户实体
|
* @return {@link UserEntity} 用户实体
|
||||||
*/
|
*/
|
||||||
@Mapping(target = "plaintext", ignore = true)
|
@Mapping(target = "passwordPlainText", ignore = true)
|
||||||
@Mapping(target = "deleted", ignore = true)
|
@Mapping(target = "deleted", ignore = true)
|
||||||
@Mapping(target = "identitySourceId", ignore = true)
|
@Mapping(target = "identitySourceId", ignore = true)
|
||||||
@Mapping(target = "phoneVerified", ignore = true)
|
@Mapping(target = "phoneVerified", ignore = true)
|
||||||
|
|
Loading…
Reference in New Issue