|
|
@@ -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";
|