mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Code optimization
This commit is contained in:
@@ -1206,7 +1206,7 @@ namespace SqlSugar
|
||||
}
|
||||
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(); ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user