Compare commits

..

2 Commits

Author SHA1 Message Date
he 3fd299bb49 Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details
2026-02-12 20:00:05 -05:00
he 9acfc4c544 邮件领取人为null 不发送邮件 2026-02-12 20:00:03 -05:00
1 changed files with 4 additions and 0 deletions

View File

@ -703,6 +703,10 @@ public class QCClaimTaskEventConsumer(
var userinfo = subjectVisit.CurrentActionUser;
if (userinfo == null)
{
return;
}
var messageToSend = new MimeMessage();
//发件地址