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"; }