Skip to content

Commit

Permalink
update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
loskael committed Nov 10, 2015
1 parent 2da20c5 commit bf30cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit bf30cf9

Please # to comment.