fushengqian преди 9 месеца
родител
ревизия
5102efba13
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      fuint-application/src/main/java/com/fuint/common/service/impl/PrinterServiceImpl.java

+ 1 - 1
fuint-application/src/main/java/com/fuint/common/service/impl/PrinterServiceImpl.java

@@ -178,7 +178,7 @@ public class PrinterServiceImpl extends ServiceImpl<MtPrinterMapper, MtPrinter>
             // 分割线
             printContent.append(org.apache.commons.lang3.StringUtils.repeat("-", 32)).append("<BR>");
 
-            // 单号桌码
+            // 单号
             printContent.append("<L>订单号:").append(orderInfo.getOrderSn()).append("</L>");
 
             // 分割线