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