危险源管理模块接入真实数据库:新增危大/超危工程、风险控制清单、安全验收、安全巡检、临时用电管理(含前端页面、BLL/API服务、WebAPI控制器、Model项、SQL脚本与接口文档)
排除 CreateModel.bat(含明文sa密码与本地服务器名,未入库)
This commit is contained in:
@@ -24,7 +24,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
res.resultValue = APIElectrodeRecoveryService.GetListData(projectId, index, page, name);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
res.resultValue = BLL.APIWelderEntranceService.GetWelderList(projectId, index, page, name);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
res.resultValue = BLL.APIWelderEntranceService.GetWelderById(welderId);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
res.resultValue = BLL.APIWelderEntranceService.IsExistWEDName( WED_Name, projectId);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -77,7 +77,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
res.resultValue = BLL.APIWelderEntranceService.IsExistWEDCode(WED_Code, projectId);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
BLL.APIWelderEntranceService.DeleteBSWelder(WED_ID);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -115,7 +115,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
BLL.APIWelderEntranceService.AddBSWelder(welder);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
@@ -133,7 +133,7 @@ namespace WebAPI.Controllers.HJGL
|
||||
BLL.APIWelderEntranceService.UpdateBSWelder(welder);
|
||||
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
res.successful = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user