Files
notes/work/移动杭研/问题处理/2025-08/0812-域名配置需求工单域名遗留问题.md
2026-03-01 01:43:46 +08:00

73 lines
2.8 KiB
Markdown
Raw Permalink 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.
---
日期: 2025-08-12 14:20
来源: 客响
---
# 问题详情
001-20250808001
![](../../../../attachment/images-paste/image-20250812151406253.png)
# 处理过程
工单提交按钮:/workorder/custom/save
修改内终止按钮:/workorder/approvedecision
```
1. id 48279
2. option kill
3. type domain_request
4. optionDetail 1
```
必触发日志:
```
03:27:13 [97ef3be240fd9ff3] [97ef3be240fd9ff3] [] [portal-local] [http-nio-8080-exec-2] INFO com.cmcc.cdn.platform.portal.service.impl.UserLogServiceImpl 57 info - loc: 1051 com.cmcc.cdn.platform.selfservice.controller.NewWorkOrderController approvedecision, operation: UserLogEntity(id=397129, userId=831, creationTime=2025-08-12T11:27:13.819, mobile=18867102345, detail=登录IP198.18.0.1, type=工单审批操作, category=工单操作)
```
最开始有两个域名:
```
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.controller.NewWorkOrderController 1351 requestDomainUpload - 信安附件上传校验接口-> 接口参数: {"enterprise":"vyqg6xgu-irqir00i0vekg34m","product":"网页加速","type":"domain_request"}
11:46:23.039
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.service.impl.InformationSecurityTableManagerImpl 56 validateInformationSecurityInfo - 信安附件底层校验-> 开始校验,共有 2 条数据。
11:46:23.039
2025-08-08 03:46:22 [4fc21bf7153a55fd] [4fc21bf7153a55fd] [] [portal-117] [http-nio-8080-exec-1942] INFO com.cmcc.cdn.platform.selfservice.service.impl.InformationSecurityTableManagerImpl 145 validateInformationSecurityInfo - 校验完成。共发现错误:0
["gamepkg-book-drcn.hihonorcdn.com.wskam.com","gamepkg-book-drcn.hihonorcdn.com"]
```
![](../../../../attachment/images-paste/image-20250812150208138.png)
![](../../../../attachment/images-paste/image-20250812150142599.png)
![](../../../../attachment/images-paste/image-20250812145307942.png)
测试库里已经有新增了。客户终止。
复现页面:
![](../../../../attachment/images-paste/image-20250812151441781.png)
![](../../../../attachment/images-paste/image-20250812154521700.png)
# 总结
客户第一次上传两个域名:"gamepkg-book-drcn.hihonorcdn.com.wskam.com","gamepkg-book-drcn.hihonorcdn.com"
然后被退回了。
然后客户可能想分开提:他就在修改页面重新上传了我们看到的 gamepkg-book-drcn.hihonorcdn.com 一个域名的附件。
点击提交他应该看到了报错:
但是域名已经持久化了。此时点击终止,域名就被保留下来了。
我认为是我们逻辑无法处理比如批量转单。
因为工单第一次就被标记为批量了。代码逻辑还要再看看。