public ActionResult SystemDealLogDay(SystemDealLogDayReport report) { report.Ready(); return(View(report)); }
public ActionResult SystemDealLogDayExport(SystemDealLogDayReport systemDealLogDayReport) { return(SystemDealLogDay(systemDealLogDayReport)); }