duhongyu 3 years ago
parent
commit
e51df82f11

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

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

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

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

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

13063
         public ActionResult AuditWorkorders()
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
                 string workorderid = RequestString.GetFormString("workorderid");
13068
                 string workorderid = RequestString.GetFormString("workorderid");
13069
                 string cbreason = RequestString.GetFormString("cbreason");
13069
                 string cbreason = RequestString.GetFormString("cbreason");

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

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