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()