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

@@ -47,10 +47,6 @@ namespace OpenAuth.App
{
return Repository.GetFirst(u => u.AppSecret == modelAppKey);
}
public void Delete(string[] ids)
{
Repository.DeleteByIds(ids);
}
}
}