parent
9e7cc59930
commit
04b785a290
|
@ -750,6 +750,7 @@ public class DisposeNodeInfoController {
|
||||||
.startTime(tmLong.intValue())
|
.startTime(tmLong.intValue())
|
||||||
.disposeTime(diff.intValue())
|
.disposeTime(diff.intValue())
|
||||||
.disposeIp(k.getDisposeIp())
|
.disposeIp(k.getDisposeIp())
|
||||||
|
.currentStatus(taskService.taskIsRunning(k) ? 1 : 0)
|
||||||
.flowAttack(0)
|
.flowAttack(0)
|
||||||
.flowClean(0)
|
.flowClean(0)
|
||||||
.build();
|
.build();
|
||||||
|
|
Loading…
Reference in New Issue