REM:
1. 增加获取能力节点任务信息协议缺少的currentStatus字段
This commit is contained in:
HuangXin 2020-04-29 17:08:31 +08:00
parent 9e7cc59930
commit 04b785a290
1 changed files with 1 additions and 0 deletions

View File

@ -750,6 +750,7 @@ public class DisposeNodeInfoController {
.startTime(tmLong.intValue())
.disposeTime(diff.intValue())
.disposeIp(k.getDisposeIp())
.currentStatus(taskService.taskIsRunning(k) ? 1 : 0)
.flowAttack(0)
.flowClean(0)
.build();