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

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

170
         /// </summary>
170
         /// </summary>
171
         /// <param name="date"></param>
171
         /// <param name="date"></param>
172
         /// <returns></returns>
172
         /// <returns></returns>
173
+        [Authority]
173
         public ActionResult ExptList(string date, int deptid = 0)
174
         public ActionResult ExptList(string date, int deptid = 0)
174
         {
175
         {
175
             NPOIHelper npoi = new NPOIHelper();
176
             NPOIHelper npoi = new NPOIHelper();

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

9
 
9
 
10
 namespace CallCenterApi.Interface.Controllers.Client
10
 namespace CallCenterApi.Interface.Controllers.Client
11
 {
11
 {
12
+    [Authority]
12
     public class ArticleController : BaseController
13
     public class ArticleController : BaseController
13
     {
14
     {
14
         BLL.T_Client_Article bll = new BLL.T_Client_Article();
15
         BLL.T_Client_Article bll = new BLL.T_Client_Article();