提交代码

This commit is contained in:
高飞 2023-10-21 09:36:41 +08:00
parent 1c4e9b3fdc
commit f8a2745bf7
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ namespace FineUIPro.Web.CQMS.ManageReport
{
report.EndDate = Convert.ToDateTime(this.txtEndDate.Text);
}
report.ReportType = "2";
report.ReportType = "1";
BLL.ThisWeekOrMonthContentService.DeleteThisWeekOrMonthContentByReportId(this.ReportId);
BLL.RowMaterialProblemService.DeleteRowMaterialProbleByReportId(this.ReportId);