fix: 不显示被代替标准
This commit is contained in:
-1
@@ -131,7 +131,6 @@ public class LawsReplacedStandardServiceImpl extends ServiceImpl<LawsReplacedSta
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
List<String> replacedByList = replacedStandardList.stream()
|
List<String> replacedByList = replacedStandardList.stream()
|
||||||
.filter(e -> e.getReplaced().equals(e.getReplaced().split("《")[0]))
|
|
||||||
.map(LawsReplacedStandard::getReplacedBy).collect(Collectors.toList());
|
.map(LawsReplacedStandard::getReplacedBy).collect(Collectors.toList());
|
||||||
return StringUtils.join(replacedByList, ",");
|
return StringUtils.join(replacedByList, ",");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user