| | |
| | | } |
| | | |
| | | } |
| | | //文件夹的拷贝移除productId对应的多送项 |
| | | //文件夹的拷贝移除productId对应的被锁定的 |
| | | public void copyDirWithOutProductId(String sourcePathDir, String newPathDir,int productId) { |
| | | File start = new File(sourcePathDir); |
| | | File end = new File(newPathDir); |
| | |
| | | } |
| | | 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(); |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | |
| | | } |
| | | public void updateUrl(List<ProductBomApproving> fileBomApprovingList) { |