2023-04-28 天辰质量报验移植
This commit is contained in:
@@ -115,6 +115,7 @@ namespace BLL
|
||||
newNCRManagement.ImplementationFrontState = nCRManagement.ImplementationFrontState;
|
||||
newNCRManagement.CompileMan = nCRManagement.CompileMan;
|
||||
newNCRManagement.UnitWorkId = nCRManagement.UnitWorkId;
|
||||
newNCRManagement.Status = nCRManagement.Status;
|
||||
db.Comprehensive_NCRManagement.InsertOnSubmit(newNCRManagement);
|
||||
db.SubmitChanges();
|
||||
}
|
||||
@@ -142,6 +143,7 @@ namespace BLL
|
||||
newNCRManagement.AttachUrl = nCRManagement.AttachUrl;
|
||||
newNCRManagement.ImplementationFrontState = nCRManagement.ImplementationFrontState;
|
||||
newNCRManagement.UnitWorkId = nCRManagement.UnitWorkId;
|
||||
newNCRManagement.Status = nCRManagement.Status;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user