Initial commit

This commit is contained in:
Docker7530
2026-03-01 01:43:46 +08:00
commit c6125c117b
3840 changed files with 415340 additions and 0 deletions
@@ -0,0 +1,36 @@
---
日期: 2024-09-29 14:19
来源: 客响
---
# 问题详情
在 ibs 上咪咕视讯 22 的工单需要完结,在完结过程中说域名不存在。
![](../../../../attachment/images-uuid/a4f96c086fb34a9dbeaee2ed21590cc2.png)
![](../../../../attachment/images-uuid/59e4622caeae48589fe9bbfe99b4b191.png)
![](../../../../attachment/images-uuid/578fb44d7f9a4ee9baa83bd80d9a688b.png)
hlszymgsplive.miguvideo.com
U41DjWZC9eLriIme
咪咕视讯
hlszymgsplive.miguvideo.com
hlszymgspvod.miguvideo.com
# 处理过程
```sql
UPDATE work_order SET approval_user_id = null, approving_mobile = null, status = 'finished' WHERE id = 315366;
UPDATE self_service_domain_config SET state = 4 WHERE id IN (168042, 168043);
```
# 总结
因为单子是历史 OMC 流程的,直接关单,处理域名。