doc: 增加查找掉线 WA

dev/voice
LiaoYijun 3 months ago
parent 89a7b03084
commit 28ffb63da3

@ -1,3 +1,10 @@
## 查找出掉线的 WhatsApp
select *
from whatsapp_individual.connections
where status IN ('offline')
and wa_id not in ('8618777396951', '8613557032060','8613317835586')
and wa_id <> 'null'
//
SELECT group_concat(opi_sn separator ',') as 'sn_list' FROM (
SELECT

Loading…
Cancel
Save