This commit is contained in:
2025-02-25 16:41:06 +08:00
parent ca8be515a9
commit b7c8a426bf
87 changed files with 5778 additions and 1835 deletions
+2 -1
View File
@@ -51,7 +51,7 @@ namespace BLL
/// </summary>
/// <param name="teamGroup"></param>
public static void UpdateWorkPost(Model.Base_WorkPost workPost)
{
{
Model.SGGLDB db = Funs.DB;
Model.Base_WorkPost newWorkPost = db.Base_WorkPost.FirstOrDefault(e => e.WorkPostId == workPost.WorkPostId);
if (newWorkPost != null)
@@ -260,5 +260,6 @@ namespace BLL
return workPostName;
}
#endregion
}
}