From 179867dab4554547ecc1def684989c2d6f0ef850 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Fri, 26 Aug 2022 10:46:55 +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