智维


报警忽略工单

<p>[toc]</p> <h3>待处理</h3> <ul> <li>查询方法:ALIG01 pendTaskIgn</li> <li>返回块:result1</li> </ul> <h4>返回示例</h4> <pre><code>String taskId = " "; /* 异常工单Id*/ String ignoreRemark = " "; /* 忽略原因*/ String deviceCode = " "; /* 报警设备编码*/ String domains = " "; /* 设备所在域路径*/ Integer relationAlert = 0; /* 关联的报警数*/ String alertMessage = " "; /* 报警消息*/ Integer alertLevel = 0; /* 报警等级*/ String alertSource = " "; /* 报警来源*/ String checkSpecialty = " "; /* 检测专业*/ Integer taskState = 0; /* 工单状态 5 待处理*/ String launchId = " "; /* 发起人Id*/ String launchName = " "; /* 发起人name*/ Timestamp recCreateTime ; /* 创建时间*/ Timestamp recReviseTime ; /* 更新时间*/ Timestamp deadline ; /* 截止时间*/</code></pre> <pre><code>{ attr: {}, name: null, descName: null, msg: "查询成功,本次查询返回3条记录!", msgKey: "ep.2000", detailMsg: "", traceId: "", sys: {}, blocks: { inqu_status: {}, result1: { attr: {}, blockMeta: {}, rows: [{ alertMessage: "5", alertSource: "5", recReviseTime: null, alertLevel: 54, domains: "123", deviceCode: "12", relationAlert: 4, checkSpecialty: "5", launchId: "171465", launchName: null, taskState: 5, ignoreRemark: "1", recCreateTime: null, deadline: null, taskId: "2" }, {}, {} ], rowCount: 3, attrKeys: "offset,count,limit" } }, status: 0, globalUserId: "171465", methodParamObj: null, defBlock: null, defaultBlock: null, displayMsgKey: "EP-2000", blockIds: "inqu_status,result1", globalParams: {}, attrKeys: "serviceType,__resProjectEname__,__resAppEname__,$$remote$$,methodName,soaInvokeProtocol,serviceName" }</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=84c1b68d80502317468e959c34a86d06" alt="" /></p> <h3>已完成</h3> <ul> <li>查询方法 ALIG01 finishTaskIgn</li> <li>返回块:result2</li> </ul> <h4>返回示例</h4> <pre><code>{ attr: { serviceType: "", __resProjectEname__: "iehmpms", __resAppEname__: "pmsal", $$remote$$: "false", methodName: "finishTaskIgn", soaInvokeProtocol: "local", serviceName: "ALIG01" }, name: null, descName: null, msg: "查询成功,本次查询返回2条记录!", msgKey: "ep.2000", detailMsg: "", traceId: "", sys: {}, blocks: { inqu_status: {}, result2: { attr: {}, blockMeta: {}, rows: [{ alertMessage: "5", alertSource: "5", recReviseTime: null, alertLevel: 54, domains: "123", deviceCode: "12", relationAlert: 4, checkSpecialty: "5", launchId: "171465", launchName: null, taskState: 5, ignoreRemark: "1", recCreateTime: null, deadline: null, taskId: "1" }, {} ], rowCount: 2, attrKeys: "offset,count,limit" } }, status: 0, methodParamObj: null, globalUserId: "nameless", defBlock: null, defaultBlock: null, displayMsgKey: "EP-2000", blockIds: "inqu_status,result2", globalParams: {}, attrKeys: "serviceType,__resProjectEname__,__resAppEname__,$$remote$$,methodName,soaInvokeProtocol,serviceName" }</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=c1a8725f38024c79a4cd5f9815753c80" alt="" /></p> <h3>统计待处理/已完成 数量</h3> <ul> <li>查询方法 ALIG01 statisticsTaskIgn</li> </ul> <pre><code>pendTaskIgnCount 待处理数量 finishTaskIgnCount 已完成数量</code></pre> <h4>返回示例</h4> <pre><code>{ attr: { serviceType: "", __resProjectEname__: "iehmpms", __resAppEname__: "pmsal", $$remote$$: "false", pendTaskIgnCount: 3, finishTaskIgnCount: 2, methodName: "statisticsTaskIgn", soaInvokeProtocol: "local", serviceName: "ALIG01" }, name: null, descName: null, msg: "", msgKey: "", detailMsg: "", traceId: "7f00000001116526914673210000000f", sys: {}, blocks: {}, status: 0, globalUserId: "171465", methodParamObj: null, defBlock: null, defaultBlock: null, displayMsgKey: "", blockIds: "", globalParams: {}, attrKeys: "serviceType,__resProjectEname__,__resAppEname__,$$remote$$,pendTaskIgnCount,finishTaskIgnCount,methodName,soaInvokeProtocol,serviceName" }</code></pre> <p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=31eb6708db146aad9a88c9b7e3694884" alt="" /></p> <h3>报警忽略处理提交方法</h3> <ul> <li>查询方法 ALIG01 handleTaskIgn</li> </ul> <h4>提交参数</h4> <pre><code>handleFlag//10通过 20驳回 taskId//工单id remark//审核备注</code></pre>

页面列表

ITEM_HTML