소스 검색

订单代码

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目的地:" + content.getDestination()
                 + "\n\n**************打印信息**************"
                 + "\n\n**************打印信息**************"
                 + "\n<L><N>打印时间:" + content.getPrintTime()
                 + "\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>";
     }
     }
 
 
     /**
     /**