blade-service/blade-mdm/src/main/java/org/springblade/mdm/machineback/filewatch/MachineFileBackListener.java
@@ -44,9 +44,12 @@ log.warn("文件传输中,后续再操作{}",filePath); } } catch (IOException e) { log.error("回传文件操作IO错误",e); throw new RuntimeException(e); } catch (InterruptedException e) { log.error("sleep出错"); } catch (Exception e) { log.error("机床回传文件处理异常",e); } }