zhaoxian 4 éve
szülő
commit
129376e39a

+ 1 - 1
module-alarm/src/main/java/cn/com/ctop/alarm/modules/service/impl/RuleGroupServiceImpl.java

@@ -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");

+ 2 - 2
module-kuaishou/src/main/java/cn/com/ctop/kuaishou/modules/batch/entity/KuaishouStrategy.java

@@ -90,8 +90,8 @@ public class KuaishouStrategy {
     /**
     /**
      * 年龄段:{0:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+
      * 年龄段:{0:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+
      */
      */
-    @Excel(name = "年龄段:{0:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+", width = 15)
-    @ApiModelProperty(value = "年龄段:{0:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+")
+    @Excel(name = "年龄段:{[]:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+", width = 15)
+    @ApiModelProperty(value = "年龄段:{[]:不限}{18:18-23岁}{24:24-30岁}{31:31-40岁}{41:41-49岁}{50:50岁+")
     private String agesRange;
     private String agesRange;
     /**
     /**
      * 性别 1:女性, 2:男性, 0:不限
      * 性别 1:女性, 2:男性, 0:不限