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