mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Optimization method
This commit is contained in:
parent
c62f3a1bf1
commit
1ff974406b
@ -81,6 +81,10 @@ namespace SqlSugar
|
||||
{
|
||||
try
|
||||
{
|
||||
if (this.IsAnyTran())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
using (OpenAlways())
|
||||
{
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user