74 lines
2.4 KiB
Markdown
74 lines
2.4 KiB
Markdown
---
|
||
日期: 2024-02-20 14:49
|
||
来源: 客响
|
||
---
|
||
|
||
# 问题详情
|
||
|
||
## 第一批
|
||
|
||
自主配置域名还在删除中,这是客户反馈过来的
|
||
|
||
yanghuasuan.cn
|
||
|
||
www.yanghuasuan.cn
|
||
|
||
www.fzhyxy.com
|
||
|
||
www.fyjxm.com
|
||
|
||
fzhyxy.com
|
||
|
||
fyjxm.com
|
||
|
||
## 第二批
|
||
|
||
还有 2 月 19 号山东公司的几十个 一块处理下吧(已处理 9 个)
|
||
|
||
# 处理过程
|
||
|
||
## 第一批
|
||
|
||

|
||
|
||

|
||
|
||
```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');
|
||
```
|
||
|
||
# 总结
|
||
|
||

|
||
|
||

|
||
|
||
0222- 山东、河南、浙江 21 号自主配置域名工单一同处理。
|