From ef1cc8215ba09f7ea77bcf096ce037f61ed5becc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 06 Dec 2022 21:44:14 +0800
Subject: [PATCH] 20221130
---
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