刘云鑫 пре 2 дана
родитељ
комит
8d7e21af06

+ 1 - 0
alien-store/src/main/java/shop/alien/store/service/impl/LifeNoticeServiceImpl.java

@@ -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,