危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -738,10 +738,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
|
||||
if (isoId != null)
|
||||
{
|
||||
var jotCount = (from x in Funs.DB.PW_JointInfo where x.ISO_ID == isoId.ToString() select x).Count();
|
||||
if (jotCount != null)
|
||||
{
|
||||
return jotCount.ToString();
|
||||
}
|
||||
return jotCount.ToString();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user