bts
whyclxw
2024-12-18 783eb3cb284bce0ae7dfe57479550fce0591dcb2
src/main/java/com/whyc/service/FboDataInfService.java
@@ -17,7 +17,7 @@
        try {
            File f = new File(filePath);
            if(!f.exists()) {
                System.out.println("文件不存在..........");
                //System.out.println("文件不存在..........");
            }
            fis = new FileInputStream(f);
            byte[] buf = new byte[256];