安全环境预算

This commit is contained in:
2026-03-07 09:01:15 +08:00
parent 89bd4cc350
commit 4b5543ef74
21 changed files with 3558 additions and 6 deletions
+3 -1
View File
@@ -3354,7 +3354,9 @@ namespace BLL
#endregion
#region
public const string ProjectSafeEnvBudgetMenuId = "43763381-A158-4FC9-8A20-0499D8F8BD8B";
#endregion
/// <summary>
/// 一般工器具导入模板
/// </summary>
@@ -123,6 +123,7 @@ namespace BLL
/// <param name="planId"></param>
public static void DeletePlanById(string planId)
{
var db = Funs.DB;
Model.Training_Plan plan = db.Training_Plan.FirstOrDefault(e => e.PlanId == planId);
if (plan != null)
{