月度年度报表后台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();
        });
    });