安全危害因素(第一版)

This commit is contained in:
2026-04-01 09:49:34 +08:00
parent aca291797f
commit 3ec7008e0a
24 changed files with 4658 additions and 598 deletions
@@ -314,7 +314,7 @@ namespace FineUIPro.Web.ReportManage.SafeEnvBudget
}
else
{
safeEnvBudget.BudgetId = SQLHelper.GetNewID(typeof(Model.EduTrain_TrainRecord));
safeEnvBudget.BudgetId = SQLHelper.GetNewID(typeof(Model.SafeEnvBudget));
this.BudgetId = safeEnvBudget.BudgetId;
Funs.DB.SubmitChanges();
BLL.LogService.AddSys_Log(this.CurrUser, safeEnvBudget.BudgetId, safeEnvBudget.BudgetId, BLL.Const.ProjectSafeEnvBudgetMenuId, BLL.Const.BtnAdd);