摘要: mybatis 必须加上resultType<select id="selectStoreListByCustno" parameterType="java.util.List" resultType="java.util.List"> </select> 阅读全文
posted @ 2021-06-15 18:14 凌波漫步~ 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/liangss/p/5120732.html 阅读全文
posted @ 2021-06-15 16:29 凌波漫步~ 阅读(27) 评论(0) 推荐(0) 编辑
摘要: Map<Object, Long> a1Map = groupStoreVisiList.stream().filter(map->map.getA1() != null)//这里需要加个判断,该字段不能为null .collect(Collectors.groupingBy(p -> p.getA 阅读全文
posted @ 2021-06-15 10:07 凌波漫步~ 阅读(5283) 评论(0) 推荐(0) 编辑