|
|
@@ -63,11 +63,7 @@ class ExceptionRepository @Inject constructor(
|
|
|
}
|
|
|
|
|
|
CommonDictDataEnum.EXCEPTION_SOURCE_TYPE.commonDictRes.find { it.dictLabel == "作业" }?.dictValue?.toInt() -> {
|
|
|
- jobTicketDao.updateJobTicketExceptionData(
|
|
|
- exceptionSource.sourceDataId,
|
|
|
- JobTicketStatusEnum.CANCELED.status,
|
|
|
- CommonDictDataEnum.EXCEPTION_STATUS.commonDictRes.find { it.dictLabel == "已取消" }?.dictValue?.toInt()
|
|
|
- )
|
|
|
+ jobTicketDao.cancelJobTicketException(exceptionSource.sourceDataId)
|
|
|
}
|
|
|
}
|
|
|
}
|