fix(87718): 车型整改的信息回显不正确

This commit is contained in:
yjz
2024-08-12 18:24:13 +08:00
parent 84e7e391b4
commit 8308a0c201
@@ -289,6 +289,7 @@ public class LawsStandardMasterPlanServiceImpl
.orderByDesc(LawsEvaluationNotMetLibrary::getUpdateTime));
if (CollectionUtils.isNotEmpty(list)){
String pcrNos = list.stream()
.filter(v -> StringUtils.isNotBlank(v.getPcrNo()))
.map(LawsEvaluationNotMetLibrary::getPcrNo).collect(Collectors.joining(","));
lawsStandardMasterPlanSublist.setPcrCode(pcrNos);
LawsEvaluationNotMetLibrary lawsEvaluationNotMetLibrary = list.get(0);