危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -397,7 +397,6 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
var dataInTemp = from x in Funs.DB.HJGL_CheckImportTemp
|
||||
where x.ProjectId == LoginProjectId && x.UserId == UserId
|
||||
select x;
|
||||
int okCount = 0;
|
||||
|
||||
int ir = dataInTemp.Count();
|
||||
string erreMessage = "";
|
||||
@@ -846,7 +845,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.CHT_TotalFilm = int.Parse(allCheck.Value14);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
if (!string.IsNullOrEmpty(allCheck.Value15))
|
||||
{
|
||||
@@ -854,7 +853,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.CHT_PassFilm = int.Parse(allCheck.Value15);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
checkitem.CHT_CheckResult = allCheck.Value16;
|
||||
//checkitem.CHT_CheckNo = allCheck.Value8;
|
||||
@@ -873,7 +872,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.DefectLength = decimal.Parse(allCheck.Value19);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
if (!string.IsNullOrEmpty(joint.Extend_Length))
|
||||
{
|
||||
@@ -921,7 +920,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
this.BindGrid();
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
ErrLogInfo.WriteLog("新增检测记录错误");
|
||||
}
|
||||
@@ -949,7 +948,6 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
var dataInTemp = from x in Funs.DB.HJGL_CheckImportTemp
|
||||
where x.ProjectId == LoginProjectId && x.UserId == UserId
|
||||
select x;
|
||||
int okCount = 0;
|
||||
|
||||
int ir = dataInTemp.Count();
|
||||
string erreMessage = "";
|
||||
@@ -1232,7 +1230,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.CHT_TotalFilm = int.Parse(allCheck.Value14);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
if (!string.IsNullOrEmpty(allCheck.Value15))
|
||||
{
|
||||
@@ -1240,7 +1238,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.CHT_PassFilm = int.Parse(allCheck.Value15);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
checkitem.CHT_CheckResult = allCheck.Value16;
|
||||
//checkitem.CHT_CheckNo = allCheck.Value8;
|
||||
@@ -1259,7 +1257,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.DefectLength = decimal.Parse(allCheck.Value19);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
if (!string.IsNullOrEmpty(joint.Extend_Length))
|
||||
{
|
||||
@@ -1267,7 +1265,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
|
||||
{
|
||||
checkitem.ExtendingRice = Decimal.Parse(joint.Extend_Length);
|
||||
}
|
||||
catch (Exception e) { }
|
||||
catch (Exception) { }
|
||||
}
|
||||
checkitem.Defects_Definition = allCheck.Value17;
|
||||
if (!hasitem)
|
||||
|
||||
Reference in New Issue
Block a user