src/main/java/com/whyc/service/ProductBomService.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/service/ProductBomService.java
@@ -204,10 +204,6 @@ } if(filePath.length>=0){ for(String temp : filePath) { //产品下载不包含带有bom的图片 if(temp.contains("bom")){ continue; }else{ //添加满足情况的条件 if(new File(sourcePathDir + File.separator + temp ).isFile()) { QueryWrapper wrapper=new QueryWrapper(); @@ -223,8 +219,6 @@ } } } } } public void updateUrl(List<ProductBomApproving> fileBomApprovingList) { mapper.updateUrl(fileBomApprovingList);