11
This commit is contained in:
@@ -333,7 +333,7 @@ namespace FineUIPro.Web.SES
|
||||
// select x;
|
||||
// if (userTo != null)
|
||||
// {
|
||||
// mailTo= userTo.Select(x => x.Email).ToArray();
|
||||
// mailTo = userTo.Select(x => x.Email).ToArray();
|
||||
// }
|
||||
|
||||
// var fo = BLL.SESRelatedDataService.GetSESRelatedDataByFoNo(drpFO_No.SelectedValue);
|
||||
@@ -351,6 +351,9 @@ namespace FineUIPro.Web.SES
|
||||
// NameValueCollection myPram = new NameValueCollection();
|
||||
// myPram.Add("ContractNo", fo.FO_NO);
|
||||
// myPram.Add("Contractor", drpContractor.SelectedText);
|
||||
// myPram.Add("Date", punishment.PunishDate != null ? punishment.PunishDate.Value.ToString("yyyy-MM-dd") : "");
|
||||
// myPram.Add("Time", punishment.PunishDate != null ? punishment.PunishDate.Value.ToString("HH:mm") : "");
|
||||
// myPram.Add("Violation Description", punishment.Description);
|
||||
// MailHelper.SendPunishSesMail(pops, myPram, "承包商EHSS违规关联SES号的填写通知", mailTo, mailCC, out resultMessage);
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user