mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-18 17:48:01 +08:00
fix #I81YQA SqlSugar使用MySql时异常
This commit is contained in:
@@ -96,10 +96,6 @@ namespace OpenAuth.App
|
||||
public ResourceApp(ISqlSugarClient client, IAuth auth) : base(client, auth)
|
||||
{
|
||||
}
|
||||
|
||||
public void Delete(string[] ids)
|
||||
{
|
||||
Repository.DeleteByIds(ids);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user