Explorar el Código

来电弹屏暂不更新摘机状态

MicroWin10-1604\Administrator %!s(int64=7) %!d(string=hace) años
padre
commit
6c99d4dffb

+ 11 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/CallCenterApi.Interface.csproj

@@ -81,8 +81,8 @@
81 81
       <Private>True</Private>
82 82
     </Reference>
83 83
     <Reference Include="Microsoft.CSharp" />
84
-    <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85
-      <HintPath>..\..\..\packages\Newtonsoft.Json.11.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
84
+    <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
85
+      <HintPath>..\..\..\packages\Newtonsoft.Json.10.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
86 86
     </Reference>
87 87
     <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
88 88
       <SpecificVersion>False</SpecificVersion>
@@ -158,6 +158,8 @@
158 158
     <Content Include="Lib\Senparc.Weixin.dll" />
159 159
     <Content Include="Lib\Senparc.Weixin.MP.dll" />
160 160
     <Content Include="Txt\dirtywords.txt" />
161
+    <Content Include="Upload\ZXTX\20170728170157397.jpg" />
162
+    <Content Include="Upload\ZXTX\20170728170157397_s.jpg" />
161 163
     <Content Include="Web.config">
162 164
       <SubType>Designer</SubType>
163 165
     </Content>
@@ -192,11 +194,16 @@
192 194
     <Compile Include="Controllers\report\BusinessController.cs" />
193 195
     <Compile Include="Controllers\report\CallInController.cs" />
194 196
     <Compile Include="Controllers\report\DaysTalkTimeController.cs" />
197
+    <Compile Include="Controllers\report\GDLXSJController.cs" />
198
+    <Compile Include="Controllers\report\GDLXYQController.cs" />
199
+    <Compile Include="Controllers\report\GDLYController.cs" />
200
+    <Compile Include="Controllers\report\GDPosController.cs" />
195 201
     <Compile Include="Controllers\report\QCResultController.cs" />
196 202
     <Compile Include="Controllers\report\SwitchedlossCallController.cs" />
197 203
     <Compile Include="Controllers\report\TalkTimeController.cs" />
198 204
     <Compile Include="Controllers\report\TotalCallController.cs" />
199 205
     <Compile Include="Controllers\report\YearContrastController.cs" />
206
+    <Compile Include="Controllers\report\ZuoXiManYiDuController.cs" />
200 207
     <Compile Include="Controllers\report\ZuoXiTongHuaController.cs" />
201 208
     <Compile Include="Controllers\report\ZuoXiWorkTotalController.cs" />
202 209
     <Compile Include="Controllers\RoleFController.cs" />
@@ -231,6 +238,7 @@
231 238
     <Compile Include="Controllers\weixin\WxLoginController.cs" />
232 239
     <Compile Include="Controllers\weixin\WxReceiveController.cs" />
233 240
     <Compile Include="Controllers\workorder\WorkOrderController.cs" />
241
+    <Compile Include="Controllers\workorder\WorkTypeController.cs" />
234 242
     <Compile Include="Global.asax.cs">
235 243
       <DependentUpon>Global.asax</DependentUpon>
236 244
     </Compile>
@@ -278,6 +286,7 @@
278 286
     </Content>
279 287
     <Content Include="Configs\log4net.config" />
280 288
     <Content Include="Configs\system.config" />
289
+    <Content Include="ExcelMod\CustomerList_Mod.xls" />
281 290
     <None Include="Properties\PublishProfiles\1q.pubxml" />
282 291
     <None Include="Properties\PublishProfiles\ddr.pubxml" />
283 292
     <None Include="Properties\PublishProfiles\my.pubxml" />

+ 4 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -387,7 +387,8 @@ namespace CallCenterApi.Interface.Controllers.tel
387 387
                         }
388 388
                         else
389 389
                         {
390
-                            res = Error("更新振铃状态失败");
390
+                            // res = Error("更新振铃状态失败");
391
+                            res = Success("更新振铃状态失败");
391 392
                         }
392 393
                     }
393 394
                 }
@@ -424,7 +425,8 @@ namespace CallCenterApi.Interface.Controllers.tel
424 425
                 }
425 426
                 else
426 427
                 {
427
-                    res = Error("更新摘机状态失败");
428
+                    //res = Error("更新摘机状态失败");
429
+                    res = Success("更新摘机状态失败");
428 430
                 }
429 431
 
430 432
             }