From b876f27c592c5d44e4b32b79d4ef4bc25fe88603 Mon Sep 17 00:00:00 2001
From: liujie <1793218484@qq.com>
Date: 星期日, 20 七月 2025 15:21:04 +0800
Subject: [PATCH] Merge branch 'huliguo' of http://120.76.84.145:10101/gitblit/r/java/ZhengShengXinAdmin into huliguo

---
 ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/IndexController.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/IndexController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/IndexController.java
index e782110..482ae46 100644
--- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/IndexController.java
+++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/IndexController.java
@@ -39,7 +39,7 @@
      */
     @GetMapping("/qichacha")
     @ApiOperation(value = "接口统计")
-    @PreAuthorize("@ss.hasPermi('index:manage')")
+//    @PreAuthorize("@ss.hasPermi('index:manage')")
     public R<QichachaStatisticsVO> qichacha() {
         return R.ok( qichachaService.qichacha());
     }
@@ -49,7 +49,7 @@
      */
     @GetMapping("/today")
     @ApiOperation(value = "收入统计-今日入账")
-    @PreAuthorize("@ss.hasPermi('index:manage')")
+//    @PreAuthorize("@ss.hasPermi('index:manage')")
     public R<TodayStatisticsVO> today() {
         return R.ok( orderService.today());
     }
@@ -59,7 +59,7 @@
      */
     @GetMapping("/chart")
     @ApiOperation(value = "收入统计-折线图")
-    @PreAuthorize("@ss.hasPermi('index:manage')")
+//    @PreAuthorize("@ss.hasPermi('index:manage')")
     public R<IndexLineChartVO> chart(@RequestParam(required = false, defaultValue = "7") Integer days,
                                      @RequestParam(required = false)  @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") LocalDateTime startTime,
                                      @RequestParam(required = false) @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") LocalDateTime endTime) {

--
Gitblit v1.7.1