11
This commit is contained in:
@@ -120,6 +120,21 @@ namespace BLL
|
||||
/// </summary>
|
||||
public const string BtnOut = "Export";
|
||||
|
||||
/// <summary>
|
||||
/// FC导出
|
||||
/// </summary>
|
||||
public const string FCExport = "FCExport";
|
||||
|
||||
/// <summary>
|
||||
/// Person导出
|
||||
/// </summary>
|
||||
public const string PersonExport = "PersonExport";
|
||||
|
||||
/// <summary>
|
||||
/// Fo导出
|
||||
/// </summary>
|
||||
public const string FoExport = "FoExport";
|
||||
|
||||
/// <summary>
|
||||
/// 导出分数
|
||||
/// </summary>
|
||||
@@ -316,6 +331,11 @@ namespace BLL
|
||||
/// </summary>
|
||||
public const string FOOffsetMenuId = "AE8C4BCB-A7E0-4EC6-B3F3-124C5B77D32F";
|
||||
|
||||
/// <summary>
|
||||
/// 违章条款
|
||||
/// </summary>
|
||||
public const string ViolationClauseMenuId = "CCAF3391-23FD-4E4D-A552-0C4AD3CFF44A";
|
||||
|
||||
#endregion
|
||||
|
||||
#region EMC Contracts
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BLL.Common
|
||||
/// <returns></returns>
|
||||
public static string HttpPostRequest(string url, string postJsonData,string token)
|
||||
{
|
||||
BLL.ErrLogInfo.WriteLog("token=" + token);
|
||||
//BLL.ErrLogInfo.WriteLog("token=" + token);
|
||||
string strPostReponse = string.Empty;
|
||||
try
|
||||
{
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace BLL.Common
|
||||
|
||||
//email.To.Add(send);
|
||||
//主题
|
||||
email.Subject = mailSubject;
|
||||
email.Subject = mailSubject.Replace("\r","").Replace("\n", "");
|
||||
//附件
|
||||
if (!string.IsNullOrEmpty(mailAttch))
|
||||
{
|
||||
@@ -273,7 +273,7 @@ namespace BLL.Common
|
||||
|
||||
//email.To.Add(send);
|
||||
//主题
|
||||
email.Subject = mailSubject;
|
||||
email.Subject = mailSubject.Replace("\r", "").Replace("\n", "");
|
||||
//附件
|
||||
|
||||
//优先级
|
||||
|
||||
Reference in New Issue
Block a user