fix: refs #7569 refs#8188 add IfNotExists
This commit is contained in:
parent
31a6db5da0
commit
2c672951c6
|
@ -205,7 +205,7 @@ module.exports = Self => {
|
|||
ticket: ticket,
|
||||
fullUrl: fullUrl,
|
||||
ticketsToMail: ticketsToMail,
|
||||
}, {escape: false});
|
||||
});
|
||||
|
||||
await Self.app.models.Mail.create({
|
||||
receiver: sendTo,
|
||||
|
|
Loading…
Reference in New Issue