parent
9e7cc59930
commit
04b785a290
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue