月度年度报表后台job
徐荣
2016-12-30 7926184aa8633229df7c45475bacd67678b1f3f5
修改年报报表bug
1 files modified
3 ■■■■ changed files
reporter_year.js 3 ●●●● patch | view | raw | blame | history
reporter_year.js
@@ -29,6 +29,7 @@
            var email = doc.email;
            console.log(year + ' | ' + month + ' | ' + userID + ' | ' + email);
            sendReport(userID, year, month, email);
            //process.exit();
        });
    });
@@ -82,4 +83,4 @@
            });
        }
    });
};
};