chenxiaofei 1 miesiąc temu
rodzic
commit
3b788bd933

+ 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>";
     }
 
     /**