危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -365,13 +365,13 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
|
||||
row["curr_pass_rate"] =1.0 * int.Parse(row["curr_pass_film"].ToString()) / int.Parse(row["curr_total_film"].ToString());
|
||||
}
|
||||
catch (Exception e1)
|
||||
catch (Exception)
|
||||
{ }
|
||||
try
|
||||
{
|
||||
row["recurr_pass_rate"] = 1.0 * int.Parse(row["recurr_pass_film"].ToString()) / int.Parse(row["recurr_total_film"].ToString());
|
||||
}
|
||||
catch (Exception e2)
|
||||
catch (Exception)
|
||||
{ }
|
||||
|
||||
}
|
||||
@@ -423,7 +423,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
/// </summary>
|
||||
/// <param name="grid"></param>
|
||||
/// <returns></returns>
|
||||
private string GetGridTableHtml(Grid grid)
|
||||
private new string GetGridTableHtml(Grid grid)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
||||
@@ -535,7 +535,7 @@ namespace FineUIPro.Web.HJGL.WeldingReport
|
||||
}
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
sb.AppendFormat("<td style=\"text-align:center;vnd.ms-excel.numberformat:@\" >{0}</td>", "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user