|
@@ -151,7 +151,7 @@ public class RuleGroupServiceImpl extends ServiceImpl<RuleGroupMapper, RuleGroup
|
|
JSONObject matchData = null;
|
|
JSONObject matchData = null;
|
|
//媒体类型 1,3:头条2:快手
|
|
//媒体类型 1,3:头条2:快手
|
|
if (NoEn.NO1.valueInt() == type || NoEn.NO3.valueInt() == type) {
|
|
if (NoEn.NO1.valueInt() == type || NoEn.NO3.valueInt() == type) {
|
|
- //查询抖音匹配数据
|
|
|
|
|
|
+ //查询头条匹配数据
|
|
matchData = getRuleData(templates.getAccountId(), "TT");
|
|
matchData = getRuleData(templates.getAccountId(), "TT");
|
|
} else {
|
|
} else {
|
|
matchData = getRuleData(templates.getAccountId(), "KS");
|
|
matchData = getRuleData(templates.getAccountId(), "KS");
|