Browse Source

修改bug

zhoufan 7 years ago
parent
commit
44ffdd80ac

+ 1 - 1
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -12,6 +12,7 @@ using System.Web.Mvc;
12 12
 
13 13
 namespace CallCenterApi.Interface.Controllers.workorder
14 14
 {
15
+    [Authority]
15 16
     public class WorkOrderController : BaseController
16 17
     {
17 18
         //Get: WorkOrder
@@ -26,7 +27,6 @@ namespace CallCenterApi.Interface.Controllers.workorder
26 27
         /// 上传附件
27 28
         /// </summary>
28 29
         /// <returns></returns>
29
-        [Authority]
30 30
         public ActionResult UploadFile()
31 31
         {
32 32
             int userId = CurrentUser.UserData.F_UserId;