Selaa lähdekoodia

话务KPI数据统计

lihai 7 vuotta sitten
vanhempi
commit
f9db754c00

+ 1 - 2
codegit/CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/tel/CallrecordsController.cs

@@ -460,8 +460,7 @@ namespace CallCenterApi.Interface.Controllers.tel
460 460
 
461 461
                 string startdate = HttpUtility.UrlDecode(RequestString.GetQueryString("startdate"));
462 462
                 string enddate = HttpUtility.UrlDecode(RequestString.GetQueryString("enddate"));
463
-                string dpt = "553";
464
-                //string dpt = HttpUtility.UrlDecode(RequestString.GetQueryString("dpt"));
463
+                string dpt = HttpUtility.UrlDecode(RequestString.GetQueryString("dpt"));
465 464
                 if (startdate == "")
466 465
                 {
467 466
                     startdate = DateTime.Now.ToString("yyyy-MM") + "-01";