Commit c5daabc9 by guanzhenshan

--no commit message

parent 04e3f357
...@@ -216,7 +216,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers ...@@ -216,7 +216,7 @@ namespace Bailun.DC.Web.Areas.Reports.Controllers
public ActionResult ExportIndex(int type, DateTime? day, int paycompanyvalue) public ActionResult ExportIndex(int type, DateTime? day, int paycompanyvalue)
{ {
var date = DateTime.Now.AddDays(-1); var date = DateTime.Now;
if (type == 2) //按周 if (type == 2) //按周
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment