危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)

排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
2026-08-24 11:07:59 +08:00
parent 4925a6c4b0
commit 55944d732a
323 changed files with 9806 additions and 922 deletions
@@ -28,7 +28,7 @@ namespace WebAPI.Controllers.CQMS
res.successful = BLL.API.CQMS.ApiInspectionManagementService.AddInspectionManagement(inspectionManagement);
res.successful = true;
}
catch (Exception e)
catch (Exception)
{
}
@@ -50,7 +50,7 @@ namespace WebAPI.Controllers.CQMS
res.resultValue = BLL.API.CQMS.BreakdownProjectService.getBreakdowns(projectId, keyWord);
res.successful = true;
}
catch (Exception e)
catch (Exception)
{
}
@@ -77,7 +77,7 @@ namespace WebAPI.Controllers.CQMS
res.resultValue = BLL.API.CQMS.ApiInspectionManagementService.getInspectionManagement(projectId, index, page, state, name);
}
catch (Exception e)
catch (Exception)
{
res.successful = false;
@@ -105,7 +105,7 @@ namespace WebAPI.Controllers.CQMS
res.resultValue = BLL.API.CQMS.ApiInspectionManagementService.getInspectionManagementDetail(projectId, index, page, state, name);
}
catch (Exception e)
catch (Exception)
{
res.successful = false;
@@ -128,7 +128,7 @@ namespace WebAPI.Controllers.CQMS
res.resultValue = BLL.API.CQMS.ApiInspectionManagementService.getInspectionManagementDetailByinspectionId(InspectionId);
}
catch (Exception e)
catch (Exception)
{
res.successful = false;