From db1734ef2e2da94c027bcb9e31ad7a5d13c3c8f9 Mon Sep 17 00:00:00 2001 From: wzy <wzy19931122ai@163.com> Date: Thu, 10 Nov 2022 22:05:10 +0800 Subject: [PATCH] fix --- src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java b/src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java index 78929e2..5def91a 100644 --- a/src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java +++ b/src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java @@ -51,9 +51,9 @@ return new FebsResponse().success(); } - @ApiOperation(value = "头部数据", notes = "头部数据") - @GetMapping(value = "/totalIncome") - public FebsResponse totalIncome() { - return new FebsResponse().success().data(dappSystemService.findTotalInComeAndList()); - } +// @ApiOperation(value = "头部数据", notes = "头部数据") +// @GetMapping(value = "/totalIncome") +// public FebsResponse totalIncome() { +// return new FebsResponse().success().data(dappSystemService.findTotalInComeAndList()); +// } } -- Gitblit v1.9.1