|
@ -17,7 +17,6 @@ import com.epmet.feign.EpmetHeartOpenFeignClient; |
|
|
import com.epmet.feign.GovOrgOpenFeignClient; |
|
|
import com.epmet.feign.GovOrgOpenFeignClient; |
|
|
import com.epmet.feign.OperCustomizeOpenFeignClient; |
|
|
import com.epmet.feign.OperCustomizeOpenFeignClient; |
|
|
import com.epmet.service.VolunteerService; |
|
|
import com.epmet.service.VolunteerService; |
|
|
import org.apache.commons.collections4.CollectionUtils; |
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
import org.springframework.stereotype.Service; |
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
@ -54,6 +53,7 @@ public class VolunteerServiceImpl implements VolunteerService, ResultDataResolve |
|
|
* @param customerId |
|
|
* @param customerId |
|
|
* @return |
|
|
* @return |
|
|
*/ |
|
|
*/ |
|
|
|
|
|
@Override |
|
|
public VolunteerDistributionResultDTO getVolunteerDistributionAndLegends(String customerId) { |
|
|
public VolunteerDistributionResultDTO getVolunteerDistributionAndLegends(String customerId) { |
|
|
|
|
|
|
|
|
// 1.查询分布
|
|
|
// 1.查询分布
|
|
|