代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -181,8 +181,8 @@ namespace FineUIPro.Web.CQMS.ManageReport
|
||||
else
|
||||
{
|
||||
Model.InformationProject_QualityWorkSummaryReport oldReport = (from x in Funs.DB.InformationProject_QualityWorkSummaryReport
|
||||
where x.ProjectId == report.ProjectId && x.YearId == report.YearId
|
||||
select x).FirstOrDefault();
|
||||
where x.ProjectId == report.ProjectId && x.YearId == report.YearId
|
||||
select x).FirstOrDefault();
|
||||
if (oldReport == null)
|
||||
{
|
||||
this.QualityWorkSummaryReportId = SQLHelper.GetNewID(typeof(Model.InformationProject_QualityWorkSummaryReport));
|
||||
|
||||
Reference in New Issue
Block a user