From 7926184aa8633229df7c45475bacd67678b1f3f5 Mon Sep 17 00:00:00 2001 From: 徐荣 <xurong@xurongdeMacBook-Pro.local> Date: Fri, 30 Dec 2016 16:44:35 +0800 Subject: [PATCH] 修改年报报表bug --- reporter_year.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/reporter_year.js b/reporter_year.js index 4fa1205..7e4c1ab 100644 --- a/reporter_year.js +++ b/reporter_year.js @@ -29,6 +29,7 @@ var email = doc.email; console.log(year + ' | ' + month + ' | ' + userID + ' | ' + email); sendReport(userID, year, month, email); + //process.exit(); }); }); @@ -78,8 +79,8 @@ }); }); }; - send_email(email, '���������������������������������������', '2016-11������������'); + send_email(email, '���������������������������������������', '2016������������'); }); } }); -}; \ No newline at end of file +}; -- Gitblit v1.8.0