|
|
@@ -68,6 +68,7 @@ public class LifeNoticeServiceImpl extends ServiceImpl<LifeNoticeMapper, LifeNot
|
|
|
}
|
|
|
Map<Integer,String> lifeUserViolationMap = new HashMap<>();
|
|
|
if(CollectionUtil.isNotEmpty(lifeUserViolationList)){
|
|
|
+ // TODO getReportContextType可能为空,不知道可能是错误数据,不知的数据怎么来的。不做非空过滤
|
|
|
lifeUserViolationMap = lifeUserViolationList.stream()
|
|
|
.collect(Collectors.toMap(
|
|
|
LifeUserViolation::getId,
|