20240422 综合管理导入
This commit is contained in:
@@ -128,6 +128,7 @@ namespace BLL
|
||||
newInspectionMachine.UnitsCount = inspectionMachine.UnitsCount;
|
||||
newInspectionMachine.LeaveDate = inspectionMachine.LeaveDate;
|
||||
newInspectionMachine.Status = inspectionMachine.Status;
|
||||
newInspectionMachine.RemarkCode = inspectionMachine.RemarkCode;
|
||||
db.Comprehensive_InspectionMachine.InsertOnSubmit(newInspectionMachine);
|
||||
db.SubmitChanges();
|
||||
}
|
||||
@@ -159,6 +160,7 @@ namespace BLL
|
||||
newInspectionMachine.UnitsCount = inspectionMachine.UnitsCount;
|
||||
newInspectionMachine.LeaveDate = inspectionMachine.LeaveDate;
|
||||
newInspectionMachine.Status = inspectionMachine.Status;
|
||||
newInspectionMachine.RemarkCode = inspectionMachine.RemarkCode;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user