Files
notes/work/移动杭研/问题处理/2023-06/0608-esop工单页面显示问题.md
T
2026-03-01 01:43:46 +08:00

96 lines
2.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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.
## 截图
![](../../../../attachment/images-uuid/7ab0ad403d0f482aa3969bf2b23da4ff.png)
## 说明
东莞证券股份有限公司
testmallcdn.dgzq.com.cn,客户反馈进入进入工单的时候显示信安信息上传失败,退出后重新点进去就回复上传成功了, 这是信安那边的问题吗?
## 场景
is_icp_check_completed
icp 是否校验完成)
初始值为 false 在经过第一次校验后改为 true
is_icp_check_success
icp 校验是否通过)
初始值为 false 如果 is_icp_check_completed 为 true 了。 则改为 true
通过位置 1:页面显示 上传失败
通过位置 2:两种情况:1、如果前边校验未通过了 不改 页面显示上传失败
2、如果校验通过了 页面显示校验 通过
![](../../../../attachment/images-uuid/6d539a23719846a0bfb15fdb8928fee2.png)
## 代码位置
消费者位置
```java
com.cmcc.cdn.platform.selfservice.rabbitmq.consumer.BatchDomainIcpUpdateConsumer#handle
```
工单详情页
```java
com.cmcc.cdn.platform.selfservice.order.WorkOrderController#detail
```
页面显示控制位置
```java
com.cmcc.cdn.platform.selfservice.pojo.HistoryLogVO#create(com.cmcc.cdn.platform.selfservice.entity.DomainHistoryPO, com.cmcc.cdn.platform.selfservice.entity.ConfigureDomainOrderPO)
```
| CheckCompleted | CheckSuccess | 结果 | 修改按钮 |
| --- | --- | --- | --- |
| null | null | 准备校验 | |
| true | null | 校验成功 | 有 |
| true | true | 上传成功 | 无 |
| false | null | 校验失败 | |
| true | false | 上传失败 | 有 |
## 域名配置记录工单
/workorder/custom/save
```json
{
"product": "视音频点播加速",
"productId": "7895",
"provinces": [
"11"
],
"speedDomainSelect": "",
"description": "",
"secInfoFileId": [
"97pkomdgxtaruh0k94appnouj"
],
"md5List": [],
"loopDomain": [
{
"mainFlag": true,
"type": "domain",
"value": "testtaxi1.com:80",
"_show": true
}
],
"speedList": [
{
"domain": "tianzhuo9.komect.com",
"icpNumber": "京ICP备0500_komect.com_12号"
}
],
"enterprise": "gjuhsj20-c5x3new1oc1nel2t",
"requirement": "add",
"type": "domain_request"
}
```