Initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
---
|
||||
日期: 2025-02-26 10:15
|
||||
来源: 客响
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
@田卓 讯盟科技 这个客户的引入省份是测试,帮看看是哪个省份引入的
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
```sql
|
||||
select *
|
||||
from big_cloud_information_domain
|
||||
where domain in ('ibs03141603-normalpush.cmaaas.top',
|
||||
'ibs03141603-normalpull.cmaaas.top',
|
||||
'ibs03141732-normalpush.cmaaas.top',
|
||||
'ibs03141732-normalpull.cmaaas.top',
|
||||
'ibs20220610-normalpush.cmaaas.top',
|
||||
'ibs20220610-normalpull.cmaaas.top',
|
||||
'ibs20220922-push.cmaaas.top',
|
||||
'ibs20220922-pull.cmaaas.top');
|
||||
|
||||
select *
|
||||
from self_service_domain_config
|
||||
where domain in ('ibs03141603-normalpush.cmaaas.top',
|
||||
'ibs03141603-normalpull.cmaaas.top',
|
||||
'ibs03141732-normalpush.cmaaas.top',
|
||||
'ibs03141732-normalpull.cmaaas.top',
|
||||
'ibs20220610-normalpush.cmaaas.top',
|
||||
'ibs20220610-normalpull.cmaaas.top',
|
||||
'ibs20220922-push.cmaaas.top',
|
||||
'ibs20220922-pull.cmaaas.top');
|
||||
|
||||
select enter_province, id
|
||||
from enterprise_info
|
||||
where enterprise_id = 'cgzbe46u-7vwt9sq2rlup4r6z';
|
||||
```
|
||||
|
||||
是一个企业:cgzbe46u-7vwt9sq2rlup4r6z
|
||||
|
||||
库中存在 12 个月名,页面的 4 个自助配置和未显示的 8 个定制化配置。
|
||||
|
||||
```
|
||||
pUrPptpvD_hzvvfT
|
||||
pUrPptpvD_fCDsRp
|
||||
pUrPptpvD_dGXZor
|
||||
pUrPptpvD_etKZZm
|
||||
pUrPptpvD_UHyKOg
|
||||
pUrPptpvD_ZDGPDZ
|
||||
pUrPptpvD_JiFiQB
|
||||
pUrPptpvD_ckTTsm
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
历史遗留域名,调用域名删除接口。手动清理信安信息。
|
||||
Reference in New Issue
Block a user