From e45eab5980c08520aee01a72224ccdfd12600543 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 15 五月 2024 15:09:07 +0800
Subject: [PATCH] 优化部分接口

---
 IStation.Application.SZJT/99-logic/10-mobile/08-station-statistics/StationStatistics_MobileController.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/IStation.Application.SZJT/99-logic/10-mobile/08-station-statistics/StationStatistics_MobileController.cs b/IStation.Application.SZJT/99-logic/10-mobile/08-station-statistics/StationStatistics_MobileController.cs
index 2f1493c..de53c49 100644
--- a/IStation.Application.SZJT/99-logic/10-mobile/08-station-statistics/StationStatistics_MobileController.cs
+++ b/IStation.Application.SZJT/99-logic/10-mobile/08-station-statistics/StationStatistics_MobileController.cs
@@ -99,7 +99,7 @@
                 }
 
                 return monthRecord;
-            }, CacheHelper.CacheLevel1);
+            }, Yw.Service.ConfigHelper.CacheLevel1);
 
             return vm_list;
 

--
Gitblit v1.9.3