Files
notes/work/移动杭研/问题处理/2024-02/0220-自助域名删除问题.md
2026-03-01 01:43:46 +08:00

74 lines
2.4 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
日期: 2024-02-20 14:49
来源: 客响
---
# 问题详情
## 第一批
自主配置域名还在删除中,这是客户反馈过来的
yanghuasuan.cn
www.yanghuasuan.cn
www.fzhyxy.com
www.fyjxm.com
fzhyxy.com
fyjxm.com
## 第二批
还有 2 月 19 号山东公司的几十个 一块处理下吧(已处理 9 个)
# 处理过程
## 第一批
![](../../../../attachment/images-paste/image-20240220151544093.png)
![](../../../../attachment/images-paste/image-20240220152142031.png)
```sql
select *
from work_order
where corp_name like '%山东%'
and type = 'DOMAIN_DELETE'
and status = 'config'
order by id desc;
```
```log
2024-02-19 at 11:09:44 CST [http-nio-8080-exec-110808] INFO com.cmcc.cdn.platform.selfservice.controller.pm.PmPipeCallbackController 47 addBpmContents - 蓝鲸配管 管道配置回调报文,request:{"data":[{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"imap.kinflare.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"dy.fzsdzk.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pacswx.sdhtfby.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"ngjios.laodao.so"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"wsbm.lnjsxy.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pop.luyang.com"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pop.bohi.net.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"pyxrmyy.cn"},{"percent":1.0,"process":false,"reqType":"SELF_DOMAIN_DELETE","targetName":"mail.sunsine.com"}],"messageId":"==pm76bcaae1a7e74161b6862d85c6b062e9=="}
```
## 第二批
```sql
pm76bcaae1a7e74161b6862d85c6b062e9
select *
from pipe_config_entity
where target_name in ('mail.sunsine.com',
'pyxrmyy.cn',
'dy.fzsdzk.com',
'ngjios.laodao.so',
'wsbm.lnjsxy.cn',
'pacswx.sdhtfby.com',
'pop.bohi.net.cn',
'pop.luyang.com',
'imap.kinflare.com');
```
# 总结
![](../../../../attachment/images-paste/image-20240223102230648.png)
![](../../../../attachment/images-paste/image-20240223102433375.png)
0222- 山东、河南、浙江 21 号自主配置域名工单一同处理。