From 2da20c57eeed156ef3e8d6fa9c716c586ba0abf6 Mon Sep 17 00:00:00 2001 From: yorts52 Date: Tue, 10 Nov 2015 16:20:05 +0800 Subject: [PATCH] update --- service/EmailService.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/EmailService.js b/service/EmailService.js index dfac7f2..850f12d 100644 --- a/service/EmailService.js +++ b/service/EmailService.js @@ -176,7 +176,7 @@ EmailService.prototype = { // 测试代码 if (sendObject) { - if (sendObject.sendId && sendObject.sendId !== applyId) { + if (sendObject.sendId && sendObject.sendId == applyId) { return; } if (sendObject.sendToList.length) { @@ -259,4 +259,4 @@ EmailService.prototype = { } }; -module.exports = EmailService; \ No newline at end of file +module.exports = EmailService;