From ab5d90e2fe85b66efe0c9e824cb1476edc27d500 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Wed, 29 Apr 2026 14:44:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E4=B9=B0=E9=81=93=E5=85=B7=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=A2=9E=E5=8A=A0cpUserId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 33c7f0d69890cfe223c8354b8ae89839f5f95be7) --- .../other/app/command/material/PropsPurchasingCmdExe.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java index cb06391a..0db71a8b 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/material/PropsPurchasingCmdExe.java @@ -216,6 +216,9 @@ public class PropsPurchasingCmdExe { RegionConfig region = userRegionGateway.getRegionConfigByUserId(userProfileDTO.getId()); Map map = new HashMap<>(); + if (cmd.getCpUserId() != null) { + map.put("cpUserId", cmd.getCpUserId()); + } map.put("propType", cmd.getType()); String sourceUrl = commodity.getPropsResources().getCover(); officialNoticeClient.send(NoticeExtTemplateCustomizeCmd.builder()