fix(87718): 标准主计划--查看--法规符合性排查、车型整改的信息回显不正确

This commit is contained in:
yjz
2024-08-13 15:14:14 +08:00
parent 648c98a095
commit 95540c75ad
@@ -609,6 +609,7 @@ public class LawsStandardMasterPlanServiceImpl
.orderByDesc(LawsEvaluationNotMetLibrary::getUpdateTime));
if (CollectionUtils.isNotEmpty(lawsEvaluationNotMetLibraryList)){
String pcrNos = lawsEvaluationNotMetLibraryList.stream()
.filter(v -> StringUtils.isNotBlank(v.getPcrNo()))
.map(LawsEvaluationNotMetLibrary::getPcrNo).collect(Collectors.joining(","));
masterPlanSublist4.setPcrCode(pcrNos);
LawsEvaluationNotMetLibrary lawsEvaluationNotMetLibrary = lawsEvaluationNotMetLibraryList.get(0);