|
|
@@ -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() + " 阅读量异常");
|
|
|
}
|