From 1fe7c630da47c201d64c2371ea2cfde5b580bf06 Mon Sep 17 00:00:00 2001 From: liangkun Date: Fri, 16 Apr 2021 18:27:09 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E5=85=AC=E5=91=8A=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E7=AB=99=E5=8A=9F=E8=83=BD"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 6d0841e0d9baa5eb08cd24c3a8afe04ec43bafe6. --- .../Areas/LR_OAModule/Controllers/NoticeController.cs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs index f974eefc6..1b60aeca7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/LR_OAModule/Controllers/NoticeController.cs @@ -92,15 +92,6 @@ namespace Learun.Application.Web.Areas.LR_OAModule.Controllers return View(); } /// - /// 回收站 - /// - /// - [HttpGet] - public ActionResult IndexRecycle() - { - return View(); - } - /// /// 表单页面【查看通知公告】 /// ///