This commit is contained in:
2024-09-27 10:44:40 +08:00
parent b63158e9ff
commit 3028b6426f

View File

@@ -496,9 +496,5 @@ namespace Tnb.WarehouseMgr
}
}
private void Send(List<ThirdWebapiRecord> records, string send_type,ISqlSugarClient db=null)
{
_thirdApiRecordService.Send(new List<ThirdWebapiRecord> { thirdWebapiRecord }, "自动", _db);
}
}
}