Browse Source

增加回访专员 回访权限

zhangkun 5 years ago
parent
commit
a1c6b2aaa8

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

7052
 
7052
 
7053
             Model.T_Sys_UserAccount userModel = userBLL.GetModel(userId);
7053
             Model.T_Sys_UserAccount userModel = userBLL.GetModel(userId);
7054
 
7054
 
7055
-            if (userModel.F_RoleCode == "ZXHWY" || userModel.F_RoleCode == "ZXBZ" || userModel.F_RoleCode == "GLY")
7055
+            if (userModel.F_RoleCode == "ZXHWY" || userModel.F_RoleCode == "ZXBZ" || userModel.F_RoleCode == "GLY" || userModel.F_RoleCode == "HFZY")
7056
             {
7056
             {
7057
                 string workorderid = RequestString.GetFormString("workorderid");
7057
                 string workorderid = RequestString.GetFormString("workorderid");
7058
                 string visituser = RequestString.GetFormString("visituser");//回访人
7058
                 string visituser = RequestString.GetFormString("visituser");//回访人