Commit 2b2b981d authored by fangxinjiang's avatar fangxinjiang

社保办理失败推送微信-fxj

parent 257d00fb
...@@ -144,7 +144,7 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap ...@@ -144,7 +144,7 @@ public class TSocialAlertInfoServiceImpl extends ServiceImpl<TSocialAlertInfoMap
houseHoldCountMap.put(key, receiveUserList.size()); houseHoldCountMap.put(key, receiveUserList.size());
String applyNames = list.stream() String applyNames = list.stream()
.sorted(Comparator.comparing(TSocialAlertInfo::getHandleTime).reversed()) .sorted(Comparator.comparing(TSocialAlertInfo::getHandleTime).reversed())
.map(TSocialAlertInfo::getApplyName).distinct().limit(5).collect(Collectors.joining(",")); .map(TSocialAlertInfo::getApplyName).distinct().limit(2).collect(Collectors.joining(","));
houseHoldNameMap.put(key, applyNames); houseHoldNameMap.put(key, applyNames);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment