修改安全月报
This commit is contained in:
@@ -238,6 +238,8 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
var mont = BLL.MonthReportCService.GetMonthReportByMonthReportId(rowID);
|
||||
if (mont != null)
|
||||
{
|
||||
BLL.ComplianceObligationsCService.DeleteComplianceObligationsCByMonthReportId(rowID);
|
||||
BLL.RewardAndPunishSortCService.DeleteRewardAndPunishSortCByMonthReportId(rowID);
|
||||
BLL.PersonSortCService.DeletePersonSortsByMonthReportId(rowID);
|
||||
BLL.HazardSortCService.DeleteHazardSortsByMonthReportId(rowID);
|
||||
BLL.AccidentSortCService.DeleteAccidentSortsByMonthReportId(rowID);
|
||||
@@ -273,6 +275,7 @@ namespace FineUIPro.Web.HSSE.Manager
|
||||
BLL.ManageDocPlanCService.DeleteManageDocPlanByMonthReportId(rowID);
|
||||
BLL.OtherWorkPlanCService.DeleteOtherWorkPlanByMonthReportId(rowID);
|
||||
BLL.MonthReportCService.DeleteMonthReportByMonthReportId(rowID);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user