From 64e793df3216f42602f0636dbad3bd5db594677f Mon Sep 17 00:00:00 2001 From: zhoukeda <1315948824@qq.com> Date: Sat, 7 Oct 2023 17:37:24 +0800 Subject: [PATCH] 1 --- 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 38cbd25a..c9b2fc87 100644 --- a/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/AndonRecordService.cs @@ -217,6 +217,7 @@ namespace Tnb.ProductionMgr ["id"] = andonRecords.id }; await _basPushRuleLogService.Stop(postData); + return true; } }