浏览代码

订单代码

chenxiaofei 1 月之前
父节点
当前提交
3b788bd933
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      iot-platform-manager/src/main/java/com/platform/service/XpCloudPrintService.java

+ 2 - 2
iot-platform-manager/src/main/java/com/platform/service/XpCloudPrintService.java

@@ -520,8 +520,8 @@ public class XpCloudPrintService {
                 + "\n目的地:" + content.getDestination()
                 + "\n\n**************打印信息**************"
                 + "\n<L><N>打印时间:" + content.getPrintTime()
-                + "\n<L><N>打印次数:" + content.getPrintTimesDesc()
-                + "\n\n<C><BOLD>" + content.getCopyLabel() + "</BOLD>";
+                + "\n<L><N>打印次数:" + content.getPrintTimesDesc();
+             //   + "\n\n<C><BOLD>" + content.getCopyLabel() + "</BOLD>";
     }
 
     /**