mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
fix(job): 修复任务日志缺失异常堆栈的问题
This commit is contained in:
@@ -48,6 +48,12 @@ public class JobInstanceLogPageResult implements Serializable {
|
||||
@Schema(description = "日志详情")
|
||||
private List message;
|
||||
|
||||
/**
|
||||
* 异常信息
|
||||
*/
|
||||
@Schema(description = "异常信息")
|
||||
private String throwable;
|
||||
|
||||
/**
|
||||
* 是否结束
|
||||
*/
|
||||
|
Reference in New Issue
Block a user