|
@ -85,7 +85,7 @@ public class EpmetCommonServiceOpenFeignClientFallback implements EpmetCommonSer |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public Result<List<CustomerTreeDTO>> areaCodeTree(List<CustomerTreeDTO> formDTO) { |
|
|
public Result<List<CustomerTreeDTO>> areaCodeTree(CustomerTreeDTO formDTO) { |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPMET_COMMON_SERVICE, "areaCodeTree", formDTO); |
|
|
return ModuleUtils.feignConError(ServiceConstant.EPMET_COMMON_SERVICE, "areaCodeTree", formDTO); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|