1.河北两级贯通接口调整
This commit is contained in:
@@ -205,8 +205,7 @@ public interface CommTerminalGeneralClient {
|
||||
HttpResult<List<SubGetBase>> tagOrIdGetSub(@RequestBody SubstationParam substationParam);
|
||||
|
||||
|
||||
@GetMapping("/runLedgerStatistic")
|
||||
HttpResult<Boolean> runLedgerStatistic(@RequestParam("date")String date);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
|
||||
@@ -169,11 +169,6 @@ public class CommTerminalGeneralClientFallbackFactory implements FallbackFactory
|
||||
throw new BusinessException(finalExceptionEnum);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HttpResult<Boolean> runLedgerStatistic(String date) {
|
||||
log.error("{}异常,降级处理,异常为:{}", "统计每日运行测点装置详细信息", throwable.toString());
|
||||
throw new BusinessException(finalExceptionEnum);
|
||||
}
|
||||
|
||||
@Override
|
||||
public HttpResult<String> isPqOrPms() {
|
||||
|
||||
Reference in New Issue
Block a user