Merge remote-tracking branch 'origin/ah-simple-test' into ah-simple-test

This commit is contained in:
syruan 2026-01-06 20:27:42 +08:00
commit 42c247c630
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) {