安全环境预算

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
@@ -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)
{