代码更新

This commit is contained in:
2022-11-24 15:55:05 +08:00
parent 3c5e788c49
commit 3665812eda

View File

@@ -91,7 +91,7 @@ public class PrintServiceImpl implements PrintService {
}
// 生成txt文件
String filePath = "\\\\10.1.3.21" + "\\LMSPrinter" + "外包标签.txt";
String filePath = "//10.1.3.21" + "/LMSPrinter" + "外包标签.txt";
FileWriter fw = null;
File file = new File(filePath);