duhongyu %!s(int64=3) %!d(string=hace) años
padre
commit
e51df82f11

+ 1 - 0
CallCenterApi/CallCenterApi.BLL/CallCenterApi.BLL.csproj

@@ -142,6 +142,7 @@
142 142
     <Compile Include="T_Sys_GroupClass.cs" />
143 143
     <Compile Include="T_Sys_History.cs" />
144 144
     <Compile Include="T_Sys_IVRWords.cs" />
145
+    <Compile Include="T_Sys_kinfoQuestions.cs" />
145 146
     <Compile Include="T_Sys_LoginLogs.cs" />
146 147
     <Compile Include="T_Sys_MobileData.cs" />
147 148
     <Compile Include="T_Sys_RoleFunction.cs" />

+ 1 - 0
CallCenterApi/CallCenterApi.DAL/CallCenterApi.DAL.csproj

@@ -142,6 +142,7 @@
142 142
     <Compile Include="T_Sys_GroupClass.cs" />
143 143
     <Compile Include="T_Sys_History.cs" />
144 144
     <Compile Include="T_Sys_IVRWords.cs" />
145
+    <Compile Include="T_Sys_kinfoQuestions.cs" />
145 146
     <Compile Include="T_Sys_LoginLogs.cs" />
146 147
     <Compile Include="T_Sys_MobileData.cs" />
147 148
     <Compile Include="T_Sys_RoleFunction.cs" />

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

@@ -13063,7 +13063,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
13063 13063
         public ActionResult AuditWorkorders()
13064 13064
         {
13065 13065
            
13066
-            if (User.F_RoleCode == "WLDW" || User.F_RoleCode == "GLY" || User.F_RoleCode == "DDZG")
13066
+            if ( User.F_RoleCode == "SPZ" || User.F_RoleCode == "SPZJZ" || User.F_RoleCode == "GLY" || User.F_RoleCode == "DDZG")
13067 13067
             {
13068 13068
                 string workorderid = RequestString.GetFormString("workorderid");
13069 13069
                 string cbreason = RequestString.GetFormString("cbreason");

+ 1 - 0
CallCenterApi/CallCenterApi.Model/CallCenterApi.Model.csproj

@@ -104,6 +104,7 @@
104 104
     <Compile Include="T_Sys_GroupClass.cs" />
105 105
     <Compile Include="T_Sys_History.cs" />
106 106
     <Compile Include="T_Sys_IVRWords.cs" />
107
+    <Compile Include="T_Sys_kinfoQuestions.cs" />
107 108
     <Compile Include="T_Sys_SeatPermissionConfig.cs" />
108 109
     <Compile Include="T_Sys_UserClass.cs" />
109 110
     <Compile Include="T_Sys_Users.cs" />