From 1bd5ece8fef8a3633b54ecf53f9897c1f3b09cf9 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 4 Jun 2026 14:32:19 +0800 Subject: [PATCH] =?UTF-8?q?convertor=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/convertor/user/UserProfileAppConvertor.java | 4 ---- 1 file changed, 4 deletions(-) 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); /**