Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
loskael committed Nov 10, 2015
1 parent 1bb2ee4 commit 2da20c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/EmailService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -259,4 +259,4 @@ EmailService.prototype = {
}
};

module.exports = EmailService;
module.exports = EmailService;

0 comments on commit 2da20c5

Please # to comment.