From 5fd13393f000ff3b643823b4ba4374b2e31e2d3a Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 30 Nov 2022 11:43:42 +0800
Subject: [PATCH] 20221124
---
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