zhoufan vor 4 Jahren
Ursprung
Commit
83414608b5

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/report/WorkOrderReportController.cs

@@ -17,7 +17,7 @@ using System.Web.Mvc;
17 17
 
18 18
 namespace CallCenterApi.Interface.Controllers.report
19 19
 {
20
-   // [Authority]
20
+    [Authority]
21 21
     public class WorkOrderReportController : BaseController
22 22
     {
23 23
         private readonly BLL.T_Sys_Department departmentBLL = new BLL.T_Sys_Department();