This commit is contained in:
linfso 2025-07-08 10:20:38 +08:00
parent 5c8b1029e1
commit 876003afd9
2 changed files with 0 additions and 22 deletions

View File

@ -1031,7 +1031,6 @@ public class EmisWaybillController extends EmisBaseController
String billSubCodeAllStr="";
String[] billCodeArr = billCode.split(",");
if(billCodeArr.length>0){
// IXddTplPrint xtp = new TanexPdfPrinter();
for (String billCodeItem:billCodeArr) {
// 查询主单信息
EmisWaybill emisWaybill = emisBaseService.getWaybillByBillCode(billCodeItem);
@ -1112,7 +1111,6 @@ public class EmisWaybillController extends EmisBaseController
String[] billCodeArr = billCode.split(",");
if(billCodeArr.length>0) {
// IXddTplPrint xtp = new TanexPdfPrinter();
for (String billCodeItem : billCodeArr) {
String uuid = UUID.fastUUID().toString();

View File

@ -220,8 +220,6 @@ public class TanexPdfPrinter extends XddBasePrint {
order.put("k9", "缅甸快递");
order.put("k18", "1232");
// ByteArrayOutputStream os = new ByteArrayOutputStream();
String tplCode="FM";
String pngFile="/Users/alan/Downloads/tst1.png";
@ -229,26 +227,8 @@ public class TanexPdfPrinter extends XddBasePrint {
IXddTplPrint tplPrint = new TanexPdfPrinter();
tplPrint.genPNG(order,tplCode,"", os);
// IXddTplPrint xtp = new TanexPdfPrinter();
// xtp.genPDF(order,os);
// xtp.genPNG(order,out);
}
public static void main(String[] args) {
try {
for(int i=0;i<1;i++){
testPrint(i);
}
} catch (Exception e) {
e.printStackTrace();
}
}
}