122
This commit is contained in:
@@ -38,6 +38,7 @@ namespace FineUIPro.Web.Email_Send
|
||||
string emailId = Request.Params["id"];
|
||||
pops = BLL.Email_Send.Email_ParamsService.GetEmail_ParamsPop(emailId);
|
||||
|
||||
|
||||
if (pops == null)
|
||||
{
|
||||
Email_Params pop = new Email_Params();
|
||||
@@ -50,7 +51,7 @@ namespace FineUIPro.Web.Email_Send
|
||||
|
||||
BLL.Email_Send.Email_ParamsService.AddEmail_Params(pop);
|
||||
//BLL.Sys_LogService.AddLog(Const.System_2, this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.SendEmailPopMenuId,, "Add Parameter information",);
|
||||
ShowNotify("Send Successfully!", MessageBoxIcon.Success);
|
||||
ShowNotify("发送成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
else {
|
||||
@@ -61,7 +62,7 @@ namespace FineUIPro.Web.Email_Send
|
||||
pops.UpdateTime = DateTime.Now;
|
||||
BLL.Email_Send.Email_ParamsService.UpdateEmail_Params(pops);
|
||||
//BLL.Sys_LogService.AddLog(Const.System_2, this.CurrUser.LoginProjectId, this.CurrUser.UserId,Const.menuId, "Update Parameter information");
|
||||
ShowNotify("Send Successfully!", MessageBoxIcon.Success);
|
||||
ShowNotify("发送成功!", MessageBoxIcon.Success);
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user