|
|
|
@ -120,11 +120,11 @@ WHERE tos = '5534999923993' AND opi_sn = 587;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
个人 WhatsAPp
|
|
|
|
|
个人 WhatsApp
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
select * from whatsapp_user
|
|
|
|
|
where wau_opi_sn in (252, 261,264,265,330,360,376,413,421,453,605,620) ## 国际部
|
|
|
|
|
##where wau_opi_sn in (252, 261,264,265,330,360,376,413,421,453,605,620) ## 国际部
|
|
|
|
|
where wau_opi_sn in (495, 143, 370, 114, 513, 514, 517, 522, 550, 587,354, 414, 599, 606, 639, 648, 654, 662, 674, 676,391, 451, 476, 501, 512, 525, 528, 585, 586, 644) ## GH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -138,7 +138,7 @@ where status = 'open'
|
|
|
|
|
## 查找 GH 没有扫码登录的顾问
|
|
|
|
|
select group_concat(wau_opi_sn separator ',') as 'sn_list'
|
|
|
|
|
from whatsapp_user
|
|
|
|
|
where wau_whatsapp not in ('8613317835586','8617607732272','8613978392676','8618378304803','8617607730629','8619107833371','8619107835971','8617607731491','8615080129281','8617607737720','8618777396951','8618078444860','8615778462307','8617774702925','8615078398450','8619178340224','8617607731153','8617607735120','8617607737646','8618877388203','8615778493040','8613617733956','8618290167273','8617776515283','8617607736381','8613557032060','8613667839691','8618378388403','8613635132972')
|
|
|
|
|
where wau_whatsapp not in ('8613317835586','8617607732272','8613978392676','8618378304803','8617607730629','8619107833371','8619107835971','8617607731491','8615080129281','8617607737720','8618777396951','8618078444860','8615778462307','8617774702925','8615078398450','8619178340224','8617607731153','8617607735120','8617607737646','8618877388203','8615778493040','8613617733956','8618290167273','8617776515283','8617607736381','8613557032060','8613667839691','8618378388403','8613635132972','8617607734598','8617607732512','8615878340720')
|
|
|
|
|
and wau_opi_sn in (495, 143, 370, 114, 513, 514, 517, 522, 550, 587,354, 414, 599, 606, 639, 648, 654, 662, 674, 676,391, 451, 476, 501, 512, 525, 528, 585, 586, 644)
|
|
|
|
|
|
|
|
|
|
-- 查找使用 WhatsApp 顾问信息
|
|
|
|
|