parent
88e4690ad9
commit
26d980e9cf
|
|
@ -16,4 +16,7 @@ public class ProductPackagedResultVo {
|
|||
|
||||
@ApiModelProperty(value = "打包下载地址")
|
||||
private String downloadUrl;
|
||||
|
||||
@ApiModelProperty(value = "打包文件名")
|
||||
private String fileName;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -149,6 +149,7 @@ public class PmsProductLibraryServiceImpl implements IPmsProductLibraryService {
|
|||
);
|
||||
if (sysFileInfo != null) {
|
||||
productPackagedResultVo.setDownloadUrl(sysFileInfo.getDownloadUrl());
|
||||
productPackagedResultVo.setFileName(sysFileInfo.getFileOriginName());
|
||||
}
|
||||
} catch (Exception e) {
|
||||
log.error("获取产品库打包文件失败:{}", e.getMessage());
|
||||
|
|
|
|||
Loading…
Reference in New Issue