mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Code optimization
This commit is contained in:
@@ -1206,7 +1206,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
private void Async()
|
private void Async()
|
||||||
{
|
{
|
||||||
if (this.Context.Root != null & this.Context.Root.AsyncId == null)
|
if (this.Context.Root != null && this.Context.Root.AsyncId == null)
|
||||||
{
|
{
|
||||||
this.Context.Root.AsyncId = Guid.NewGuid(); ;
|
this.Context.Root.AsyncId = Guid.NewGuid(); ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user