From 84068c16952f6efa62872705b15d5bc573f5f075 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Sun, 29 Sep 2024 16:08:57 +0800 Subject: [PATCH] 1 --- ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs b/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs index a0f4cd0e..7dd513dc 100644 --- a/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/TimeWorkService.cs @@ -727,7 +727,7 @@ namespace Tnb.ProductionMgr if (records.IsEmpty()) return ""; - await _thirdApiRecordService.Send(records, "自动"); + await _thirdApiRecordService.Send(records, "自动",null,false); return "true"; }