This commit is contained in:
夏菊 2025-07-14 17:09:44 +08:00
parent 91416aed38
commit c763312888
1 changed files with 8 additions and 0 deletions

View File

@ -779,6 +779,14 @@ namespace FineUIPro.Web.PZHGL.GJSX
if (state == "1") if (state == "1")
{ {
save("2"); save("2");
//勾选邮件即时通知责任人,邮箱通知提醒关键事项
if (rNotice == "1")
{
if (BLL.UserService.IsUserHaveEmail(DropUser_AcceptanceId))
{
GJSXMonitorService.GJSXNoticeSendEmail(DropUser_AcceptanceId, this.txtGJSXID.Text.Trim());
}
}
} }
else else
{ {