Commit 111af655 authored by 张志煌's avatar 张志煌

feat(V 9.12.2-自动化告警噪点数据处理): 快手视频P2信息未采集到-目标值sql

parent efbdf9cb
# 数据自动化检查:快手视频P2信息未采集到
目标值sql
```mysql
SELECT
author_id
FROM
ksopen_author
WHERE
is_deleted = 0
## =====================新增 过滤条件 ==========================
and author_id in (
select author_id from ksopen_photo_count where public_count > 0
)
## =====================新增 过滤条件 ==========================
and oauth_status = 1
and last_oauth_time < CURDATE();
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment