|
|
|
|
|
|
460
|
|
460
|
|
|
461
|
string startdate = HttpUtility.UrlDecode(RequestString.GetQueryString("startdate"));
|
461
|
string startdate = HttpUtility.UrlDecode(RequestString.GetQueryString("startdate"));
|
|
462
|
string enddate = HttpUtility.UrlDecode(RequestString.GetQueryString("enddate"));
|
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
|
if (startdate == "")
|
464
|
if (startdate == "")
|
|
466
|
{
|
465
|
{
|
|
467
|
startdate = DateTime.Now.ToString("yyyy-MM") + "-01";
|
466
|
startdate = DateTime.Now.ToString("yyyy-MM") + "-01";
|