From 3028b6426fee63697db53c12fcc3fb41e4cf4ba3 Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Fri, 27 Sep 2024 10:44:40 +0800 Subject: [PATCH] 1 --- WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs b/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs index 0f0666ea..75241466 100644 --- a/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs +++ b/WarehouseMgr/Tnb.WarehouseMgr/WmsPrdInstockHService.cs @@ -496,9 +496,5 @@ namespace Tnb.WarehouseMgr } } - private void Send(List records, string send_type,ISqlSugarClient db=null) - { - _thirdApiRecordService.Send(new List { thirdWebapiRecord }, "自动", _db); - } } }