月度年度报表后台job
徐荣
2016-12-30 7926184aa8633229df7c45475bacd67678b1f3f5
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月度报告');
            });
        }
    });
};
};