购买道具通知增加cpUserId
(cherry picked from commit 33c7f0d69890cfe223c8354b8ae89839f5f95be7)
This commit is contained in:
parent
11078dc87e
commit
ab5d90e2fe
@ -216,6 +216,9 @@ public class PropsPurchasingCmdExe {
|
||||
RegionConfig region = userRegionGateway.getRegionConfigByUserId(userProfileDTO.getId());
|
||||
|
||||
Map<String, Object> 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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user