mengjie 5 年之前
父节点
当前提交
615f517eaf

+ 3 - 3
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

4146
         /// 获取通报工单列表
4146
         /// 获取通报工单列表
4147
         /// </summary>
4147
         /// </summary>
4148
         /// <returns></returns>
4148
         /// <returns></returns>
4149
-        //[Authority]
4149
+        [Authority]
4150
         public ActionResult GetNoticeList(string[] usercode, string[] ddusercode, int isdc = 0)//
4150
         public ActionResult GetNoticeList(string[] usercode, string[] ddusercode, int isdc = 0)//
4151
         {
4151
         {
4152
             DataTable dt = new DataTable();
4152
             DataTable dt = new DataTable();
4153
-            int userId = 8000;
4154
-            //int userId = Utils.StrToInt(User.UserData["F_UserID"], 0);
4153
+            //int userId = 8000;
4154
+            int userId = Utils.StrToInt(User.UserData["F_UserID"], 0);
4155
 
4155
 
4156
             Model.T_Sys_UserAccount userModel = userBLL.GetModel(userId);
4156
             Model.T_Sys_UserAccount userModel = userBLL.GetModel(userId);
4157
 
4157