mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Code optimization
This commit is contained in:
parent
5aee483727
commit
0c48819a68
@ -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(); ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user