2023-09-21

This commit is contained in:
2023-09-21 17:42:56 +08:00
parent b32589d390
commit 375c6c260f
19 changed files with 418 additions and 163 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ namespace BLL
access_token,
touser = getUser.OpenId,
template_id = Const.WX_TemplateID,
page = "pages/index/main",
page = "pages/index/index",
data = new
{
thing3 = new { value = thing2 },
+1 -2
View File
@@ -1042,7 +1042,7 @@ namespace BLL
/// <summary>
/// 项目信息
/// </summary>
public const string ProjectSetMenuId = "0C3386D2-8F86-40AC-94F6-EE0100324FDD";
public const string ProjectSetMenuId = "6B988160-2F4D-4428-92D9-20392593B9D2";
/// <summary>
/// 项目主项
/// </summary>
@@ -1621,7 +1621,6 @@ namespace BLL
#region
#region
/// <summary>
/// 安全组织机构
+1 -1
View File
@@ -2205,7 +2205,7 @@ namespace BLL
AutoReset = true
};
getPipelineWeldingQuantities.Elapsed += new ElapsedEventHandler(AddPipelineWeldingQuantities);
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 24;
getPipelineWeldingQuantities.Interval = 1000 * 3600 * 12;
getPipelineWeldingQuantities.Start();
}
+1
View File
@@ -1569,6 +1569,7 @@ namespace BLL
}
public static void InitUserByRoleIdDropDownList(FineUIPro.DropDownList dropName, string projectId, string roleId, bool isShowPlease)
{
dropName.DataValueField = "UserId";
dropName.DataTextField = "UserName";