hxh 4 месяцев назад
Родитель
Сommit
ea6310dbca
1 измененных файлов с 0 добавлено и 3 удалено
  1. 0 3
      src/custom/restcontroller/sale/cashbill/TxtFactory.java

+ 0 - 3
src/custom/restcontroller/sale/cashbill/TxtFactory.java

@@ -27,9 +27,6 @@ public class TxtFactory {
             PrintWriter out = new PrintWriter(this.filepath, StandardCharsets.UTF_8);
             PrintWriter out = new PrintWriter(this.filepath, StandardCharsets.UTF_8);
 
 
 
 
-            out.write(0xEF);
-            out.write(0xBB);
-            out.write(0xBF);
             // 写入文本
             // 写入文本
             out.println(str);
             out.println(str);
             // 确保所有缓冲的输出都被写出
             // 确保所有缓冲的输出都被写出