Commit 122009ea by songyinghui

feat: NPE

parent 05568ed5
......@@ -139,6 +139,7 @@ public class PotentialCustomerServiceImpl implements PotentialCustomerService {
}
return memberDataDTOS
.stream()
.filter(item -> StringUtils.isNotBlank(item.getPhotoUrl()))
.collect(Collectors.toMap(MemberDataDTO::getMemberId, MemberDataDTO::getPhotoUrl, (v1 ,v2) -> v1));
}
......
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