lxw
2022-08-30 2de78327e604c72b407374ef2f0e9ba2eb6ca09d
src/main/java/com/whyc/service/ProductBomService.java
@@ -170,7 +170,7 @@
        File start = new File(sourcePathDir);
        File end = new File(newPathDir);
        if(!start.exists()) {
            start.mkdir();
            return;
        }
        String[] filePath = start.list();//获取该文件夹下的所有文件以及目录的名字
        if(!end.exists()) {