Skip to content

Commit

Permalink
fix(job): 修复任务日志缺失异常堆栈的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
KAI authored and Charles7c committed Sep 26, 2024
1 parent d9602e8 commit 5cbeddb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ public class JobInstanceLogPageResult implements Serializable {
@Schema(description = "日志详情")
private List message;

/**
* 异常信息
*/
@Schema(description = "异常信息")
private String throwable;

/**
* 是否结束
*/
Expand Down

0 comments on commit 5cbeddb

Please sign in to comment.