From a66042d8b0c4f96dfa1843ac1c9403137df2511d Mon Sep 17 00:00:00 2001 From: 1790429840 <1790429840@qq.com> Date: Wed, 25 Sep 2024 18:20:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=82=AE=E4=BB=B6=E5=8F=91?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DOCManageAPP(阿克苏)/ashx/SysEmpMoveHandle.ashx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/SysEmpMoveHandle.ashx.cs b/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/SysEmpMoveHandle.ashx.cs index e72c4f7..92bab77 100644 --- a/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/SysEmpMoveHandle.ashx.cs +++ b/Code/智慧营区/DOCManageAPP(阿克苏)/ashx/SysEmpMoveHandle.ashx.cs @@ -212,7 +212,7 @@ namespace FangYar.WebUI.ashx "】手机号【" + dt2.Rows[0]["EMP_MOBILE"] + "】"; } - WebCommon.EmailHelp.SendEmail(new WebCommon.EmailMo() { BodyData = bodyData, FormName = EmailFormName, ReceiveInfo = EmailReceiveInfo, TitleName = EmailTitleName }); + // WebCommon.EmailHelp.SendEmail(new WebCommon.EmailMo() { BodyData = bodyData, FormName = EmailFormName, ReceiveInfo = EmailReceiveInfo, TitleName = EmailTitleName }); } catch (Exception ex) { }