Просмотр исходного кода

来电弹屏死锁问题处理

lihai лет назад: 6
Родитель
Сommit
7bb61f6fc1

+ 5 - 5
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallInScreenController.cs

@@ -360,17 +360,17 @@ namespace CallCenterApi.Interface.Controllers.tel
360 360
                             }
361 361
                         }
362 362
 
363
-                        int hrcount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=0 " + sqlcount);
364
-                        int hccount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=1 " + sqlcount);
363
+                        //int hrcount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=0 " + sqlcount);
364
+                        //int hccount = new BLL.T_Call_CallRecords().GetRecordCount(" calltype=1 " + sqlcount);
365 365
 
366 366
                         var obj = new
367 367
                         {
368 368
                             state = "success",
369 369
                             message = "成功",
370 370
                             rows = dt,
371
-                            total = recordCount,
372
-                            hrcount = hrcount,
373
-                            hccount = hccount,
371
+                            total = recordCount
372
+                            //hrcount = hrcount,
373
+                            //hccount = hccount,
374 374
                         };
375 375
                         res = Content(obj.ToJson());
376 376
                     }