From 0f269e2a147d330741b516b7cea156cd7c01dabe Mon Sep 17 00:00:00 2001
From: 徐荣 <xurong@xurongdeMacBook-Pro.local>
Date: Wed, 04 Jan 2017 17:30:43 +0800
Subject: [PATCH] 修改报表错误
---
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