|
|
@ -21,7 +21,7 @@ import java.util.List; |
|
|
|
* @Author LPF |
|
|
|
* @Date 2019/11/18 16:39 |
|
|
|
*/ |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_ANALYSIS_SERVER, fallback = AnalysisUserFeignClientFallback.class, configuration = FeignRequestInterceptor.class) |
|
|
|
@FeignClient(name = ServiceConstant.EPDC_ANALYSIS_SERVER, fallback = AnalysisUserFeignClientFallback.class, configuration = FeignRequestInterceptor.class,url = "http://127.0.0.1:9077") |
|
|
|
public interface AnalysisUserFeignClient { |
|
|
|
|
|
|
|
|
|
|
@ -52,7 +52,7 @@ public interface AnalysisUserFeignClient { |
|
|
|
* @Param [formDto] |
|
|
|
* @return com.elink.esua.epdc.commons.tools.utils.Result<java.util.List<com.elink.esua.epdc.dto.user.result.OldMemberRankResultDTO>> |
|
|
|
**/ |
|
|
|
@GetMapping(value = "analysis/user/partyMemberyoungSort", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
@GetMapping(value = "analysis/user/partyMemberYoungSort", consumes = MediaType.APPLICATION_JSON_VALUE) |
|
|
|
Result<List<YoungMemberRankResultDTO>> listYoungMemberRankByDeptId(MemberRankFormDTO formDto); |
|
|
|
|
|
|
|
|
|
|
|