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