|
|
@@ -4146,12 +4146,12 @@ namespace CallCenterApi.Interface.Controllers.workorder
|
|
4146
|
4146
|
/// 获取通报工单列表
|
|
4147
|
4147
|
/// </summary>
|
|
4148
|
4148
|
/// <returns></returns>
|
|
4149
|
|
- //[Authority]
|
|
|
4149
|
+ [Authority]
|
|
4150
|
4150
|
public ActionResult GetNoticeList(string[] usercode, string[] ddusercode, int isdc = 0)//
|
|
4151
|
4151
|
{
|
|
4152
|
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
|
4156
|
Model.T_Sys_UserAccount userModel = userBLL.GetModel(userId);
|
|
4157
|
4157
|
|