|
|
@ -1133,7 +1133,7 @@ public partial class SeaExportService : ISeaExportService
|
|
|
|
if (contacts.Count > 0)
|
|
|
|
if (contacts.Count > 0)
|
|
|
|
await tenantDb.Deleteable(contacts).ExecuteCommandAsync();
|
|
|
|
await tenantDb.Deleteable(contacts).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
|
|
await
|
|
|
|
await tenantDb.Deleteable(info).ExecuteCommandAsync();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return DataResult.Successed("删除成功!", MultiLanguageConst.DataDelSuccess);
|
|
|
|
return DataResult.Successed("删除成功!", MultiLanguageConst.DataDelSuccess);
|
|
|
|