|
|
@ -169,11 +169,16 @@ public class DataStatisticalOpenFeignClientFallBack implements DataStatisticalOp |
|
|
|
**/ |
|
|
|
@Override |
|
|
|
public Result execTopicStatistical(String date) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_STATISTICAL_SERVER, "execTopicStatistical",date); |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_STATISTICAL_SERVER, "execTopicStatistical", date); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result getPartyInfo(CustomerIdAndDateIdFormDTO customerIdAndDateIdFormDTO) { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_STATISTICAL_SERVER, "getPartyInfo",customerIdAndDateIdFormDTO); |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_STATISTICAL_SERVER, "getPartyInfo", customerIdAndDateIdFormDTO); |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
public Result processPenddingCalculate() { |
|
|
|
return ModuleUtils.feignConError(ServiceConstant.DATA_STATISTICAL_SERVER, "processPenddingCalculate"); |
|
|
|
} |
|
|
|
} |
|
|
|