mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 04:23:47 +08:00
Synchronization code
This commit is contained in:
@@ -775,11 +775,11 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
public UpdateNavTaskInit<T, T> UpdateNav<T>(T data,UpdateNavRootOptions rootOptions) where T : class, new()
|
public UpdateNavTaskInit<T, T> UpdateNav<T>(T data,UpdateNavRootOptions rootOptions) where T : class, new()
|
||||||
{
|
{
|
||||||
return ScopedContext.UpdateNav(data);
|
return ScopedContext.UpdateNav(data,rootOptions);
|
||||||
}
|
}
|
||||||
public UpdateNavTaskInit<T, T> UpdateNav<T>(List<T> datas, UpdateNavRootOptions rootOptions) where T : class, new()
|
public UpdateNavTaskInit<T, T> UpdateNav<T>(List<T> datas, UpdateNavRootOptions rootOptions) where T : class, new()
|
||||||
{
|
{
|
||||||
return ScopedContext.UpdateNav(datas);
|
return ScopedContext.UpdateNav(datas,rootOptions);
|
||||||
}
|
}
|
||||||
public SqlSugarClient CopyNew()
|
public SqlSugarClient CopyNew()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user