mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
fix #I81YQA SqlSugar使用MySql时异常
This commit is contained in:
@@ -47,10 +47,6 @@ namespace OpenAuth.App
|
||||
{
|
||||
return Repository.GetFirst(u => u.AppSecret == modelAppKey);
|
||||
}
|
||||
|
||||
public void Delete(string[] ids)
|
||||
{
|
||||
Repository.DeleteByIds(ids);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user