fix: 手册执行失败,捕获异常处,更改表状态为失败
This commit is contained in:
parent
e00368afd4
commit
1473e3787e
Binary file not shown.
@ -512,6 +512,8 @@ class GennerReport implements Runnable {
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
SDK.getAppAPI().err(appProfile.getAppContext(), appProfile.getGenerClass() + "--" + e.toString());
|
||||
// 更新手册任务为失败
|
||||
new OutputTask().updateError(task.getId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user