提交代码
This commit is contained in:
parent
1c4e9b3fdc
commit
f8a2745bf7
|
@ -1371,7 +1371,7 @@ namespace FineUIPro.Web.CQMS.ManageReport
|
||||||
{
|
{
|
||||||
report.EndDate = Convert.ToDateTime(this.txtEndDate.Text);
|
report.EndDate = Convert.ToDateTime(this.txtEndDate.Text);
|
||||||
}
|
}
|
||||||
report.ReportType = "2";
|
report.ReportType = "1";
|
||||||
|
|
||||||
BLL.ThisWeekOrMonthContentService.DeleteThisWeekOrMonthContentByReportId(this.ReportId);
|
BLL.ThisWeekOrMonthContentService.DeleteThisWeekOrMonthContentByReportId(this.ReportId);
|
||||||
BLL.RowMaterialProblemService.DeleteRowMaterialProbleByReportId(this.ReportId);
|
BLL.RowMaterialProblemService.DeleteRowMaterialProbleByReportId(this.ReportId);
|
||||||
|
|
Loading…
Reference in New Issue