mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Update SqlSugarScope
This commit is contained in:
@@ -172,7 +172,7 @@ namespace SqlSugar
|
||||
|
||||
public IDeleteable<T> Deleteable<T>(dynamic primaryKeyValue) where T : class, new()
|
||||
{
|
||||
return ScopedContext.Deleteable(primaryKeyValue);
|
||||
return ScopedContext.Deleteable<T>(primaryKeyValue);
|
||||
}
|
||||
|
||||
public IDeleteable<T> Deleteable<T>(dynamic[] primaryKeyValues) where T : class, new()
|
||||
|
Reference in New Issue
Block a user