This commit is contained in:
hayu 2026-01-06 20:27:23 +08:00
parent 03e4848b35
commit effb0ed2e1
2 changed files with 3 additions and 1 deletions

View File

@ -50,6 +50,8 @@ public class MaDevFile {
*/
private String fileUrl;
private String url;
/**
* 创建人ID
* 数据库字段creator

View File

@ -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) {