mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Optimization method
This commit is contained in:
@@ -81,6 +81,10 @@ namespace SqlSugar
|
||||
{
|
||||
try
|
||||
{
|
||||
if (this.IsAnyTran())
|
||||
{
|
||||
return true;
|
||||
}
|
||||
using (OpenAlways())
|
||||
{
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user