代码更新
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user