Initial commit
This commit is contained in:
@@ -0,0 +1,80 @@
|
||||
---
|
||||
日期: 2024-04-11 13:20
|
||||
来源: 测试
|
||||
---
|
||||
|
||||
# 问题详情
|
||||
|
||||
[[NRWLXT-28095] 【ESOP自助域名工单】待办任务审批详情不全 - ZYHY JIRA (komect.net)](http://jira.komect.net/browse/NRWLXT-28095)
|
||||
|
||||

|
||||
|
||||
# 处理过程
|
||||
|
||||
```
|
||||
{
|
||||
"approving":true,
|
||||
"approvingWorker":"政企分公司|政企客户经理管理员|政企客户经理管理员",
|
||||
"createUser":false,
|
||||
"customConfig":false,
|
||||
"dealer":"政企客户经理管理员",
|
||||
"details":"新增域名:[ytest.hfbank1.com.cn]",
|
||||
"distribute":false,
|
||||
"id":192391,
|
||||
"mobile":"18866320000",
|
||||
"modifying":false,
|
||||
"orderType":0,
|
||||
"orderTypeCheck":false,
|
||||
"prohibited":false,
|
||||
"status":"inprocess",
|
||||
"time":"2024-04-10 16:47:57",
|
||||
"type":"ESOP自助域名新增工单",
|
||||
"user":"ZL002 | 13013001378 | 13013001378@qq.com"
|
||||
}
|
||||
|
||||
{
|
||||
"approving":true,
|
||||
"approvingWorker":"政企分公司|政企客户经理管理员|政企客户经理管理员",
|
||||
"createUser":false,
|
||||
"customConfig":false,
|
||||
"dealer":"政企客户经理管理员",
|
||||
"details":"客户经理企业关系绑定",
|
||||
"distribute":false,
|
||||
"id":192386,
|
||||
"mobile":"18866320000",
|
||||
"modifying":false,
|
||||
"orderType":0,
|
||||
"orderTypeCheck":false,
|
||||
"previousOperator":"19903001428cmcc",
|
||||
"previousOpinion":"提交",
|
||||
"previousTime":"2024-04-10 15:23:41",
|
||||
"produceTime":"2024-04-10 15:23:41",
|
||||
"prohibited":false,
|
||||
"status":"inprocess",
|
||||
"time":"2024-04-10 15:23:41",
|
||||
"type":"客户经理企业关系绑定",
|
||||
"user":"集团运营经理001|18866220001"
|
||||
}
|
||||
```
|
||||
|
||||
"previousTime":"2024-04-10 15:23:41",
|
||||
"produceTime":"2024-04-10 15:23:41",
|
||||
|
||||
```
|
||||
https://test.p.cdn.10086.cn/workorder/get/agency/task?pageNum=1&pageSize=10&_=1712812893780
|
||||
```
|
||||
|
||||
produceTime
|
||||
|
||||

|
||||
|
||||
## 代办 history 审批代码位置
|
||||
|
||||
```java
|
||||
com.cmcc.cdn.platform.selfservice.order.WorkOrderServiceImpl#getHistory
|
||||
```
|
||||
|
||||
# 总结
|
||||
|
||||
1. 首先找到返回字段
|
||||
2. 追溯字段来源
|
||||
Reference in New Issue
Block a user