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月度报告'); }); } }); }; };