service/QC/LljService.cs
@@ -253,6 +253,7 @@ var item = new MesQaItemsDetectDetail12(); item.ParentGuid = detail.ParentGuid; item.GrandpaGuid = detail.GrandpaGuid; item.FcheckItem = detail.FcheckItem; item.Fstand = detail.Fstand; item.FcheckResu = detail.FcheckResu; item.CreateBy = detail.LastupdateBy; @@ -260,7 +261,7 @@ result.Add(item); } return db.Insertable(result).IgnoreColumns(true).ExecuteCommand(); return db.Insertable(result).PageSize(1).IgnoreColumnsNull().ExecuteCommand(); }); detail.CreateBy = detail.LastupdateBy;