Files
notes/work/移动杭研/问题处理/2024-05/0509-阶段反馈失败了,域名状态是回滚的不是部署失败.md
T
2026-03-01 01:43:46 +08:00

61 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
日期: 2024-05-09 17:33
来源: 测试
---
# 问题详情
005-20240507003
这个单子阶段反馈失败了 域名状态是回滚的不是部署失败
# 处理过程
工单审批:
724 598
工单流程:
![](../../../../attachment/images-paste/image-20240510094622674.png)
下发 BPM 为部署中
www.lry04150950.com 存的 8
WWW.LRY06261554.COM 存的 4
```sql
select *
from work_order
where code = '005-20240507003';
select domains,old_domain_state
from work_order_adaptconfig_change_domains
where order_id = 933;
select *
from work_order_adaptconfig_change where id = 932;
select *
from work_order where id = '192572';
select *
from work_order where code = '005-20240507002';
select *
from work_order_adaptconfig_change where work_order_id = 192571;
www.lry04150950.com 存的8
WWW.LRY06261554.COM 存的4
```
com.cmcc.cdn.platform.selfservice.service.impl.AdaptWorkOrderServiceImpl#bpmDomainAdaptChange
![](../../../../attachment/images-paste/image-20240510111217350.png)
# 总结
下发 BPM 会存储域名状态,阶段反馈以记录的域名状态进行回滚