This commit is contained in:
2024-09-29 16:08:57 +08:00
parent a04831bbae
commit 84068c1695

View File

@@ -727,7 +727,7 @@ namespace Tnb.ProductionMgr
if (records.IsEmpty()) return "";
await _thirdApiRecordService.Send(records, "自动");
await _thirdApiRecordService.Send(records, "自动",null,false);
return "true";
}