From b6116ff994fad5a956d9f5d43f48560a8a56c4e7 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 7 Jan 2026 14:31:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=E5=88=97=E8=A1=A8=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../other/app/command/sys/query/SysCustomerServiceQryExe.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/SysCustomerServiceQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/SysCustomerServiceQryExe.java index cb654eb9..363bc386 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/SysCustomerServiceQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/sys/query/SysCustomerServiceQryExe.java @@ -35,6 +35,6 @@ public class SysCustomerServiceQryExe { .getByTimeSlot(cmd.getReqSysOrigin().getOrigin(), regionId)) .map(config -> userProfileGateway.getByUserId(config.getUserId())) .map(userProfileAppConvertor::toUserProfileDTO) - .orElse(new UserProfileDTO()); + .orElse(null); } }