1550076451 лет назад: 2
Родитель
Сommit
3bb096e3dd

+ 1 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/Assessment/DataAssessmentController.cs

@@ -170,6 +170,7 @@ namespace CallCenterApi.Interface.Controllers.Assessment
170 170
         /// </summary>
171 171
         /// <param name="date"></param>
172 172
         /// <returns></returns>
173
+        [Authority]
173 174
         public ActionResult ExptList(string date, int deptid = 0)
174 175
         {
175 176
             NPOIHelper npoi = new NPOIHelper();

+ 1 - 0
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/Client/ArticleController.cs

@@ -9,6 +9,7 @@ using System.Web.Mvc;
9 9
 
10 10
 namespace CallCenterApi.Interface.Controllers.Client
11 11
 {
12
+    [Authority]
12 13
     public class ArticleController : BaseController
13 14
     {
14 15
         BLL.T_Client_Article bll = new BLL.T_Client_Article();