提交定制会内容
This commit is contained in:
@@ -36,6 +36,8 @@ namespace BLL
|
||||
UnitId = superviseCheckReport.UnitId,
|
||||
CheckTeam = superviseCheckReport.CheckTeam,
|
||||
EvaluationResult = superviseCheckReport.EvaluationResult,
|
||||
CheckUnitId = superviseCheckReport.CheckUnitId,
|
||||
CheckMainType = superviseCheckReport.CheckMainType,
|
||||
CheckType = superviseCheckReport.CheckType,
|
||||
AttachUrl = superviseCheckReport.AttachUrl,
|
||||
IsIssued = superviseCheckReport.IsIssued
|
||||
@@ -59,9 +61,12 @@ namespace BLL
|
||||
newSuperviseCheckReport.UnitId = superviseCheckReport.UnitId;
|
||||
newSuperviseCheckReport.CheckTeam = superviseCheckReport.CheckTeam;
|
||||
newSuperviseCheckReport.EvaluationResult = superviseCheckReport.EvaluationResult;
|
||||
newSuperviseCheckReport.CheckUnitId = superviseCheckReport.CheckUnitId;
|
||||
newSuperviseCheckReport.CheckMainType = superviseCheckReport.CheckMainType;
|
||||
newSuperviseCheckReport.CheckType = superviseCheckReport.CheckType;
|
||||
newSuperviseCheckReport.AttachUrl = superviseCheckReport.AttachUrl;
|
||||
newSuperviseCheckReport.IsIssued = superviseCheckReport.IsIssued;
|
||||
newSuperviseCheckReport.IsUpdate = null;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user