获取图纸路径关闭sftp连接

master
yinq 2 years ago
parent 049defee13
commit 656e443199

@ -257,10 +257,9 @@ public class FileServiceImpl implements FileService {
}
} catch (Exception e) {
e.printStackTrace();
} finally {
jSchClient.close();
}
// finally {
// jSchClient.close();
// }
}
}

Loading…
Cancel
Save