From 71ff32b9090dac50357ee3e8e06ab5bc40b7373c Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Wed, 6 Dec 2023 14:32:33 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs index d2d2ce09..a3f88ef8 100644 --- a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs @@ -288,6 +288,7 @@ namespace Tnb.ProductionMgr .SetColumns(x => x.repair_id == _userManager.UserId) .SetColumns(x=>x.status==DictConst.AndonStatusYXY) .SetColumns(x => x.response_time == DateTime.Now) + .Where(x => x.id == id) .ExecuteCommandAsync(); Dictionary postData = new() {