From 1cbc388ff997593f2c9dcae81f657b71eaef07b7 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 16 一月 2025 08:33:18 +0800 Subject: [PATCH] 1 --- service/QC/LljService.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/service/QC/LljService.cs b/service/QC/LljService.cs index a38eb54..e8154b2 100644 --- a/service/QC/LljService.cs +++ b/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; @@ -451,9 +452,7 @@ if (qsItemOqcItem.FupAllow.IsNullOrEmpty() && qsItemOqcItem.FdownAllow.IsNullOrEmpty() && qsItemOqcItem.Fstand == null) - { mesQaItemsDetectDetail12.isNumber = false; - } } return rkjDto; -- Gitblit v1.9.3