This commit is contained in:
2022-11-25 11:12:26 +08:00
parent 2ed0a9f7b7
commit 451d0767e8

View File

@@ -91,7 +91,7 @@ public class PrintServiceImpl implements PrintService {
}
// 生成txt文件
JSONObject jsonPrint = printTab.query("print_id = '" + whereJson.getString("print_id") + "'").uniqueResult(0);
JSONObject jsonPrint = printTab.query("print_id = '" + whereJson.getString("print_type") + "'").uniqueResult(0);
//10.1.3.21/LMSPrinter/
String filePath = jsonPrint.getString("print_route")+ "外包标签.txt";
FileWriter fw = null;