安全环境预算
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user