@@ -1760,6 +1760,7 @@ public class TaskLogicServiceImpl implements TaskLogicService {
}
} catch (Exception e) {
log.error(SystemConstant.LOG_ERROR, e);
+ throw ExceptionResultEnum.ERROR.exception(e.getMessage());
} finally {
// if (Objects.nonNull(zipFile)) {
// zipFile.delete();