fix #I81YQA SqlSugar使用MySql时异常

This commit is contained in:
wintel
2023-09-17 11:41:42 +08:00
parent 852d52436a
commit 367158e33f
4 changed files with 28 additions and 23 deletions

View File

@@ -96,10 +96,6 @@ namespace OpenAuth.App
public ResourceApp(ISqlSugarClient client, IAuth auth) : base(client, auth)
{
}
public void Delete(string[] ids)
{
Repository.DeleteByIds(ids);
}
}
}