危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -221,7 +221,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
{
|
||||
row["index"] = int.Parse(System.Text.RegularExpressions.Regex.Replace(row["JOT_JointNo"].ToString(), @"[^0-9]+", ""));
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
using BLL;
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
|
||||
@@ -141,7 +141,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
this.txtCH_TrustCode.Text = BLL.SQLHelper.RunProcNewId("SpGetNewCode5ByProjectId", "dbo.CH_Trust", "CH_TrustCode", this.CurrUser.LoginProjectId, code);
|
||||
}
|
||||
}
|
||||
catch (Exception ee) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
}
|
||||
else
|
||||
@@ -201,7 +201,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
this.txtCH_TrustCode.Text = BLL.SQLHelper.RunProcNewId("SpGetNewCode5ByProjectId", "dbo.CH_Trust", "CH_TrustCode", this.CurrUser.LoginProjectId, code);
|
||||
}
|
||||
}
|
||||
catch (Exception ee) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -257,7 +257,7 @@ namespace FineUIPro.Web.HJGL.TrustManage
|
||||
{
|
||||
trust.CH_TrustUnit = this.drpCH_TrustUnit.SelectedValue;
|
||||
}
|
||||
if (this.drpCH_NDTMethod.SelectedValue != BLL.Const._Null && !string.IsNullOrEmpty(this.drpCH_NDTMethod.SelectedValue)) ;
|
||||
if (this.drpCH_NDTMethod.SelectedValue != BLL.Const._Null && !string.IsNullOrEmpty(this.drpCH_NDTMethod.SelectedValue))
|
||||
{
|
||||
trust.CH_NDTMethod = this.drpCH_NDTMethod.SelectedValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user