We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb2ee4 commit 2da20c5Copy full SHA for 2da20c5
1 file changed
service/EmailService.js
@@ -176,7 +176,7 @@ EmailService.prototype = {
176
177
// 测试代码
178
if (sendObject) {
179
- if (sendObject.sendId && sendObject.sendId !== applyId) {
+ if (sendObject.sendId && sendObject.sendId == applyId) {
180
return;
181
}
182
if (sendObject.sendToList.length) {
@@ -259,4 +259,4 @@ EmailService.prototype = {
259
260
};
261
262
-module.exports = EmailService;
+module.exports = EmailService;
0 commit comments