mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
[dev] output more TaskDO fields to help debug problem
This commit is contained in:
parent
e9765ec1f2
commit
d64a094821
@ -68,6 +68,8 @@ public class TaskDO {
|
||||
public String toString() {
|
||||
return "{" +
|
||||
"taskId='" + taskId + '\'' +
|
||||
", instanceId=" + instanceId +
|
||||
", subInstanceId=" + subInstanceId +
|
||||
", taskName='" + taskName + '\'' +
|
||||
", address='" + address + '\'' +
|
||||
", status=" + status +
|
||||
@ -75,6 +77,7 @@ public class TaskDO {
|
||||
", failedCnt=" + failedCnt +
|
||||
", createdTime=" + createdTime +
|
||||
", lastModifiedTime=" + lastModifiedTime +
|
||||
", lastReportTime=" + lastReportTime +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user