修改质量验收

This commit is contained in:
2023-07-24 19:52:40 +08:00
parent 08b7fd28c8
commit 359e8058fe
2 changed files with 14 additions and 0 deletions
@@ -385,6 +385,7 @@ namespace BLL
{
newInspectionManagement.InspectionDate = inspectionManagement.InspectionDate;
newInspectionManagement.IsOnceQualified = inspectionManagement.IsOnceQualified;
newInspectionManagement.InspectionCode = inspectionManagement.InspectionCode;
db.SubmitChanges();
}
}