From b8fa3c75a36784fb61d1ebc988710293826da521 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期五, 06 六月 2025 17:41:04 +0800 Subject: [PATCH] 1.其他出库优化 --- service/QC/LljService.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service/QC/LljService.cs b/service/QC/LljService.cs index 4838160..a6573b0 100644 --- a/service/QC/LljService.cs +++ b/service/QC/LljService.cs @@ -741,7 +741,7 @@ public int updateRemarks(LLJDto dto) { var withOracle = Db.Updateable<MesQaItemsDetect01>() - .SetColumns(s => s.Remarks == dto.Remarks) + .SetColumns(s => s.FngDesc == dto.Remarks) .Where(s => s.Guid.ToString() == dto.gid) .ExecuteCommand(); -- Gitblit v1.9.3