wangyunpeng il y a 4 jours
Parent
commit
0b385ec434

+ 1 - 1
long-article-recommend-service/src/main/java/com/tzld/longarticle/recommend/server/service/recommend/DataDashboardService.java

@@ -1141,7 +1141,7 @@ public class DataDashboardService {
             if (!"L4".equals(data.getType())) {
                 continue;
             }
-            if (data.getViewCount() < 100000) {
+            if (data.getViewCount() < 40000) {
                 FeishuMessageSender.sendWebHookMessage(FeishuRobotIdEnum.RECOMMEND.getRobotId(),
                         "【中间指标】 " + data.getDateStr() + "-" + data.getType() + " 阅读量异常");
             }