Commit 244bed20 authored by 赵啸非's avatar 赵啸非

产品版本更新分站点

parent 706eae0e
......@@ -174,7 +174,7 @@ public class ProductVersionServiceImpl extends AbstractCRUDServiceImpl<ProductVe
productVersion.setSiteId(sitePdu.getId());
productVersion.setSiteName(sitePdu.getSiteName());
productVersion.setSiteCode(sitePdu.getSiteCode());
String sourceFilePath = uploadService.getFilePath(productVersionEntity.getFilePath());
String sourceFilePath = uploadService.getFilePath(productVersion.getFilePath());
String mainName = FileUtil.mainName(productVersion.getFilePath());
//todo 复制附件 和地址
String targetFilePath = uploadService.getFilePath(sitePdu.getSiteCode() + "/" + mainName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment