Initial commit
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
# 待办不显示
|
||||
|
||||
## 截图
|
||||
|
||||

|
||||
|
||||
首先获取首页入口,这里主要是统计的一个咋们自己系统的工单数量和 BPM 的工单类型,怀疑是 bpm 接口请求失败。与 bpm 进行沟通:
|
||||
|
||||
正常的:
|
||||
|
||||

|
||||
|
||||
错误的(但是这个是用户不对,不是 fangling 的):
|
||||
|
||||

|
||||
|
||||
后来看请求时当时 bpm 的访问策略改了,导致无法访问 bpm 的接口。下午 5 点更新后就可了。
|
||||
|
||||
## 相关代码位置
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.controller.LoginController#loginSuccess
|
||||
|
||||
com.cmcc.cdn.platform.selfservice.order.WorkOrderServiceImpl#gainNum
|
||||
|
||||
可以尝试准备
|
||||
|
||||
curl https://bpm-uops.cdn.10086.cn/runtime/v1/ibs/getTaskList?username=fangling
|
||||
|
||||
# 第一次建单不成功(完成)
|
||||
|
||||
**bpm 访问策略问题**
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
**16:00 左右**
|
||||
|
||||

|
||||
Reference in New Issue
Block a user