From 6ec09f73c6515297294d24cdec4c815927450607 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 05 六月 2025 09:51:19 +0800 Subject: [PATCH] 1.其他入库sql执行优化 --- 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