From a1faebd7b0fda01ff63c8dc01c3c2914093c8f07 Mon Sep 17 00:00:00 2001
From: leo <182004222@qq.com>
Date: 星期五, 25 十一月 2022 10:24:08 +0800
Subject: [PATCH] 特色专利分类列表20221125FX

---
 GasolineBlend/Controllers/SysController.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/GasolineBlend/Controllers/SysController.cs b/GasolineBlend/Controllers/SysController.cs
index e92922f..641efcf 100644
--- a/GasolineBlend/Controllers/SysController.cs
+++ b/GasolineBlend/Controllers/SysController.cs
@@ -112,7 +112,7 @@
         [HttpPost]
         public ActionResult AddCarouselImg(string imgName, int sort = 0, bool isDisplay = true)
         {
-            LogHelper.Error("鏂囦欢鍚峊est锛�"+imgName);
+            //LogHelper.Error("鏂囦欢鍚峊est锛�"+imgName);
             if (HttpContext.Request.Files.Count == 0)
                 return Error("涓婁紶鏂囦欢鐨勬暟閲忔槸0");
             var file = Request.Files[0];
@@ -205,7 +205,7 @@
         public async Task<ActionResult> GetHotWordList()
         {
             var res = await _hotWordService.GetListAsync(null, a => a.Sort, OrderByType.Asc);
-            return Success(data:res);
+            return SuccessNoShow(data:res);
         }
 
         #endregion

--
Gitblit v1.8.0