瀏覽代碼

feat:问题查询记录

刘云鑫 2 天之前
父節點
當前提交
8d7e21af06
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      alien-store/src/main/java/shop/alien/store/service/impl/LifeNoticeServiceImpl.java

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