Browse Source

🐛 修复 job 在 IDEA 报错的问题

shizhong 1 year ago
parent
commit
021edf5662
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/api/infra/jobLog/index.ts

+ 2 - 2
src/api/infra/jobLog/index.ts

@@ -7,8 +7,8 @@ export interface JobLogVO {
   handlerParam: string
   cronExpression: string
   executeIndex: string
-  beginTime: string
-  endTime: string
+  beginTime: Date
+  endTime: Date
   duration: string
   status: number
   createTime: string