From 580484febbb67ce25e4850cac209dd949b98f327 Mon Sep 17 00:00:00 2001 From: cjy Date: Mon, 14 Oct 2024 16:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ds-wms-service/DS.WMS.Core/Op/Method/SeaExportService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);