|
@@ -145,7 +145,7 @@ public class MktMgmtPushRecordServiceImpl implements MktMgmtPushRecordService {
|
|
|
// 构建推送详情的JSON格式
|
|
|
String pushDetailJson = "{" +
|
|
|
"\"triggerCondition\":" + triggerCondition +
|
|
|
- ",\"pushContent\":\"" + saveDTO.getPushContent() + "\"" +
|
|
|
+ ",\"pushContent\":\"" + selectedRule.getPushContent() + "\"" +
|
|
|
",\"ruleName\":\"" + selectedRule.getRuleName() + "\"" +
|
|
|
",\"pushFrequency\":" + selectedRule.getPushFrequency() +
|
|
|
"}";
|