This commit is contained in:
parent
03e4848b35
commit
effb0ed2e1
|
|
@ -50,6 +50,8 @@ public class MaDevFile {
|
|||
*/
|
||||
private String fileUrl;
|
||||
|
||||
private String url;
|
||||
|
||||
/**
|
||||
* 创建人ID
|
||||
* 数据库字段:creator
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ public class ToBeScrapServiceImpl implements ToBeScrapService {
|
|||
|
||||
|
||||
if (CollectionUtils.isNotEmpty(toBeScrap.getBmFileInfos())) {
|
||||
toBeScrap.setScrapUrl(toBeScrap.getBmFileInfos().get(0).getFileUrl());
|
||||
toBeScrap.setScrapUrl(toBeScrap.getBmFileInfos().get(0).getUrl());
|
||||
}
|
||||
int res = scrapMapper.addScrapChangeApplyDetails(toBeScrap);
|
||||
if (res <= 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue