五环二期集团数据对接
This commit is contained in:
@@ -35,8 +35,10 @@ namespace BLL
|
||||
ProjectId = superviseCheckReport.ProjectId,
|
||||
UnitId = superviseCheckReport.UnitId,
|
||||
CheckTeam = superviseCheckReport.CheckTeam,
|
||||
CheckType = superviseCheckReport.CheckType,
|
||||
EvaluationResult = superviseCheckReport.EvaluationResult,
|
||||
CheckUnitId = superviseCheckReport.CheckUnitId,
|
||||
CheckMainType = superviseCheckReport.CheckMainType,
|
||||
CheckType = superviseCheckReport.CheckType,
|
||||
AttachUrl = superviseCheckReport.AttachUrl,
|
||||
IsIssued = superviseCheckReport.IsIssued
|
||||
};
|
||||
@@ -58,10 +60,13 @@ namespace BLL
|
||||
newSuperviseCheckReport.ProjectId = superviseCheckReport.ProjectId;
|
||||
newSuperviseCheckReport.UnitId = superviseCheckReport.UnitId;
|
||||
newSuperviseCheckReport.CheckTeam = superviseCheckReport.CheckTeam;
|
||||
newSuperviseCheckReport.CheckType = superviseCheckReport.CheckType;
|
||||
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