2023-04-28 天辰质量报验移植
This commit is contained in:
@@ -127,7 +127,7 @@ namespace BLL
|
||||
newInspectionMachine.IsOnSite = inspectionMachine.IsOnSite;
|
||||
newInspectionMachine.UnitsCount = inspectionMachine.UnitsCount;
|
||||
newInspectionMachine.LeaveDate = inspectionMachine.LeaveDate;
|
||||
|
||||
newInspectionMachine.Status = inspectionMachine.Status;
|
||||
db.Comprehensive_InspectionMachine.InsertOnSubmit(newInspectionMachine);
|
||||
db.SubmitChanges();
|
||||
}
|
||||
@@ -158,7 +158,7 @@ namespace BLL
|
||||
newInspectionMachine.IsOnSite = inspectionMachine.IsOnSite;
|
||||
newInspectionMachine.UnitsCount = inspectionMachine.UnitsCount;
|
||||
newInspectionMachine.LeaveDate = inspectionMachine.LeaveDate;
|
||||
|
||||
newInspectionMachine.Status = inspectionMachine.Status;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user