This commit is contained in:
2024-09-18 10:36:26 +08:00
parent 1ec4f71825
commit cba8e9e2f7
36 changed files with 4132 additions and 476 deletions
+20
View File
@@ -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
+1 -1
View File
@@ -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
{
+2 -2
View File
@@ -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", "");
//附件
//优先级