private void QueryReport()
 {
     Response.Write(Biz.ToJson(Biz.GetReport(Request["proc"], GetDate("begin"), GetDate("end"), GetInt("type"))));
 }
 private void Report()
 {
     Response.Write(Biz.ToJson(Biz.GetReport(Request["proc"], GetDate("datetime"), GetInt("type"))));
 }