diff --git a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs index 36b4ae79..ccee29cd 100644 --- a/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs +++ b/ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs @@ -1133,7 +1133,7 @@ public partial class SeaExportService : ISeaExportService if (contacts.Count > 0) await tenantDb.Deleteable(contacts).ExecuteCommandAsync(); - await + await tenantDb.Deleteable(info).ExecuteCommandAsync(); return DataResult.Successed("删除成功!", MultiLanguageConst.DataDelSuccess);