|
|
@ -1702,7 +1702,7 @@ public class IcUserDemandRecServiceImpl extends BaseServiceImpl<IcUserDemandRecD |
|
|
|
if (CollectionUtils.isEmpty(list)) { |
|
|
|
return Collections.emptyMap(); |
|
|
|
} |
|
|
|
return list.stream().collect(Collectors.toMap(ServicePointDTO::getServiceId, ServicePointDTO::getPoint)); |
|
|
|
return list.stream().collect(Collectors.toMap(ServicePointDTO::getServerId, ServicePointDTO::getPoint)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|