This commit is contained in:
nieziyan 2024-02-22 14:32:53 +08:00
parent 0a87d34c39
commit 662d11bfaf

View File

@ -123,6 +123,7 @@ public class SpectrumParsingActuator implements Runnable{
final String emlErrorPath = spectrumServiceQuotes.getSpectrumPathProperties().getEmlErrorPath(); final String emlErrorPath = spectrumServiceQuotes.getSpectrumPathProperties().getEmlErrorPath();
final String finalPath = rootPath+emlErrorPath; final String finalPath = rootPath+emlErrorPath;
FileOperation.moveFile(emlFile,finalPath,true); FileOperation.moveFile(emlFile,finalPath,true);
throw new DownloadEmailException("邮件移走后手动抛出DownloadEmailException");
} }
} }
} catch (Exception e) { } catch (Exception e) {