diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/UserProfileAppConvertor.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/UserProfileAppConvertor.java index 3ee9425d..ea68f540 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/UserProfileAppConvertor.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/convertor/user/UserProfileAppConvertor.java @@ -42,8 +42,6 @@ public interface UserProfileAppConvertor { @Mapping(target = "personalPhotos", ignore = true) @Mapping(target = "wearBadge", ignore = true) @Mapping(target = "wearHonor", ignore = true) - @Mapping(target = "wearRide", ignore = true) - @Mapping(target = "wearAvatar", ignore = true) UserProfileDTO toFullUserProfileDTO(UserProfile userProfile); default LoginLoggerEvent toLoginLoggerEventRegister(CreateAccountCmd cmd) { @@ -84,8 +82,6 @@ public interface UserProfileAppConvertor { @Mapping(target = "useProps", ignore = true) @Mapping(target = "wearBadge", ignore = true) @Mapping(target = "wearHonor", ignore = true) - @Mapping(target = "wearRide", ignore = true) - @Mapping(target = "wearAvatar", ignore = true) UserProfileDTO toSimpleUserProfileDTO(UserProfile userProfile); /**