@@ -74,8 +74,10 @@ class MainViewModel @Inject constructor(
/**
* 检查异常作业
*/
- fun checkExceptionJob(){
- jobTicketRepository.checkExceptionJob()
+ fun checkExceptionJob() {
+ ThreadUtils.runOnIO {
+ jobTicketRepository.checkExceptionJob()
+ }
}