懒得勤快 6 lat temu
rodzic
commit
c371cb3b48

+ 1 - 1
src/Masuit.MyBlogs.Core/Controllers/NoticeController.cs

@@ -187,7 +187,7 @@ namespace Masuit.MyBlogs.Core.Controllers
                 }
                 }
             }
             }
 
 
-            var notice = NoticeService.GetFromCache(n => n.Status == Status.Display, n => n.ModifyDate, false);
+            var notice = NoticeService.Get(n => n.Status == Status.Display, n => n.ModifyDate, false);
             if (notice == null)
             if (notice == null)
             {
             {
                 return ResultData(null, false);
                 return ResultData(null, false);