dev-tmp1
luotaiqian 2026-08-18 15:15:48 +08:00
parent 5a4868161d
commit 6c89afb541
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ public class QualFilingChangeExecutor implements QualFilingChangeApi {
// 原因:监管端备案变更管理列表"变更项"列需要展示,但原 CO 未聚合该字段导致前端为空。
if (!CollectionUtils.isEmpty(cos)) {
List<Long> changeIds = cos.stream()
.map(QualFilingChangeCO::getId)
.map(QualFilingChangeCO::getChangeFilingId)
.filter(Objects::nonNull)
.distinct()
.collect(Collectors.toList());