zhouxingyu 6 dagar sedan
förälder
incheckning
efd56f158a

+ 0 - 2
srm-module-code/src/main/java/org/jeecg/modules/saleCode/util/PDFTableReader.java

@@ -410,8 +410,6 @@ public class PDFTableReader<T> {
                 }
                 if(cell.getText().contains(endKey) && tableStartY != null) {
                     tableEndY = key;
-                }else {
-                    tableEndY = Float.parseFloat("50000");
                 }
             }
             if(tableStartY != null && tableEndY == null && !ignore) {